aws-encryption-sdk-cli: ignore PytestRemovedIn8Warning

This commit is contained in:
Moritz Sanft 2024-04-09 13:44:40 +02:00
parent a9fee3efbc
commit 50ed3510f8
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,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 {