fix test issues with s3transfer in dbt-redshift

This commit is contained in:
Jeremy Wall 2022-04-05 16:28:37 -04:00
parent 1ba13d337f
commit 49decc7aea
2 changed files with 7 additions and 8 deletions

View File

@ -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

View File

@ -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";