Merge pull request #302820 from msanft/awslimitchecker/fix-build
awslimitchecker: ignore PytestRemovedIn8Warning
This commit is contained in:
@@ -34,6 +34,10 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
pytestFlagsArray = [
|
||||
"awslimitchecker/tests"
|
||||
|
||||
# Upstream did not adapt to pytest 8 yet.
|
||||
"-W"
|
||||
"ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user