python311Packages.aws-encryption-sdk: suppress pytest8 warnings

This commit is contained in:
Martin Weinelt 2024-03-18 16:28:01 +01:00
parent 94ec361a26
commit 6119bf8914
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -42,6 +42,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
disabledTestPaths = [
# Tests require networking
"examples"