Merge pull request #302818 from msanft/aws-encryption-sdk-cli/fix-tests

aws-encryption-sdk-cli: fix package build
This commit is contained in:
Sandro 2024-04-09 17:50:00 +02:00 committed by GitHub
commit 134b4e43c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@ localPython.pkgs.buildPythonApplication rec {
aws-encryption-sdk
base64io
urllib3
setuptools # for pkg_resources
];
doCheck = true;
@ -52,6 +53,9 @@ localPython.pkgs.buildPythonApplication rec {
"test/integration"
];
# Upstream did not adapt to pytest 8 yet.
pytestFlagsArray = [ "-W" "ignore::pytest.PytestRemovedIn8Warning" ];
passthru = {
updateScript = nix-update-script { };
tests.version = testers.testVersion {