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
|
||||
jinja2
|
||||
dbt-postgres
|
||||
# we needed to override the test phase so
|
||||
# we have to include it from the overlay here.
|
||||
s3transfer
|
||||
#jinja2_3
|
||||
];
|
||||
in
|
||||
|
@ -126,14 +126,10 @@
|
||||
sha256 = "sha256-ScWDjZDoMheQnbN4nTChBThbXmluxRaM2mRVRsVC81o=";
|
||||
};
|
||||
});
|
||||
#jinja2_3 = pysuper.jinja2.overrideAttrs (oldAttrs: rec {
|
||||
# version = "3.0.0";
|
||||
# pname = oldAttrs.pname;
|
||||
# src = pyself.fetchPypi {
|
||||
# inherit pname version;
|
||||
# sha256 = "sha256-6o192BTOnfbeanYex/HKyYr+MFuM3Eqq5OEUuNjOJMU=";
|
||||
# };
|
||||
#});
|
||||
s3transfer = pysuper.s3transfer.overrideAttrs (oldAttres: rec {
|
||||
# The tests use the network so disable for now.
|
||||
doCheck = false;
|
||||
});
|
||||
logbook = with pyself; buildPythonPackage rec {
|
||||
pname = "Logbook";
|
||||
version = "1.5.3";
|
||||
|
Loading…
x
Reference in New Issue
Block a user