awslimitchecker: ignore PytestRemovedIn8Warning

This commit is contained in:
Moritz Sanft 2024-04-09 14:11:52 +02:00
parent 3174508c52
commit 1746ce9f9f
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

View File

@ -34,6 +34,10 @@ python3Packages.buildPythonApplication rec {
pytestFlagsArray = [ pytestFlagsArray = [
"awslimitchecker/tests" "awslimitchecker/tests"
# Upstream did not adapt to pytest 8 yet.
"-W"
"ignore::pytest.PytestRemovedIn8Warning"
]; ];
disabledTestPaths = [ disabledTestPaths = [