mirror of
https://github.com/zaphar/dbt-nix.git
synced 2025-07-21 19:40:31 -04:00
fix test issues with s3transfer in dbt-redshift
This commit is contained in:
parent
1ba13d337f
commit
49decc7aea
@ -7,6 +7,9 @@ let inputs = [
|
|||||||
typing-extensions
|
typing-extensions
|
||||||
jinja2
|
jinja2
|
||||||
dbt-postgres
|
dbt-postgres
|
||||||
|
# we needed to override the test phase so
|
||||||
|
# we have to include it from the overlay here.
|
||||||
|
s3transfer
|
||||||
#jinja2_3
|
#jinja2_3
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
@ -126,14 +126,10 @@
|
|||||||
sha256 = "sha256-ScWDjZDoMheQnbN4nTChBThbXmluxRaM2mRVRsVC81o=";
|
sha256 = "sha256-ScWDjZDoMheQnbN4nTChBThbXmluxRaM2mRVRsVC81o=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
#jinja2_3 = pysuper.jinja2.overrideAttrs (oldAttrs: rec {
|
s3transfer = pysuper.s3transfer.overrideAttrs (oldAttres: rec {
|
||||||
# version = "3.0.0";
|
# The tests use the network so disable for now.
|
||||||
# pname = oldAttrs.pname;
|
doCheck = false;
|
||||||
# src = pyself.fetchPypi {
|
});
|
||||||
# inherit pname version;
|
|
||||||
# sha256 = "sha256-6o192BTOnfbeanYex/HKyYr+MFuM3Eqq5OEUuNjOJMU=";
|
|
||||||
# };
|
|
||||||
#});
|
|
||||||
logbook = with pyself; buildPythonPackage rec {
|
logbook = with pyself; buildPythonPackage rec {
|
||||||
pname = "Logbook";
|
pname = "Logbook";
|
||||||
version = "1.5.3";
|
version = "1.5.3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user