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
commit 4d89b7c548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [