Merge pull request #302820 from msanft/awslimitchecker/fix-build

awslimitchecker: ignore PytestRemovedIn8Warning
This commit is contained in:
Sandro
2024-04-09 17:50:17 +02:00
committed by GitHub
@@ -34,6 +34,10 @@ python3Packages.buildPythonApplication rec {
pytestFlagsArray = [
"awslimitchecker/tests"
# Upstream did not adapt to pytest 8 yet.
"-W"
"ignore::pytest.PytestRemovedIn8Warning"
];
disabledTestPaths = [