python311Packages.aws-encryption-sdk: disable failing test
This commit is contained in:
@@ -41,16 +41,17 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Tests require networking
|
||||
"examples"
|
||||
"test/integration"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# pytest 8 compat issue
|
||||
"test_happy_version"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"aws_encryption_sdk"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user