Merge pull request #302820 from msanft/awslimitchecker/fix-build
awslimitchecker: ignore PytestRemovedIn8Warning
This commit is contained in:
commit
4d89b7c548
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
pytestFlagsArray = [
|
||||
"awslimitchecker/tests"
|
||||
|
||||
# Upstream did not adapt to pytest 8 yet.
|
||||
"-W"
|
||||
"ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue