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
1 changed files with 4 additions and 0 deletions

View File

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