aws-encryption-sdk-cli: ignore PytestRemovedIn8Warning
This commit is contained in:
parent
a9fee3efbc
commit
50ed3510f8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user