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
jinja2
dbt-postgres
# we needed to override the test phase so
# we have to include it from the overlay here.
s3transfer
#jinja2_3
];
in

View File

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