tox.ini: ignore some warnings (#72941)

This commit is contained in:
Benjamin Dauvergne 2023-01-11 12:00:42 +01:00
parent e52694fd31
commit c31385bd8b
1 changed files with 7 additions and 0 deletions

View File

@ -41,3 +41,10 @@ deps =
pytest-freezegun
commands =
py.test {posargs:{env:JUNIT:} {env:COVERAGE:} {env:FLAKES:} tests/}
[pytest]
filterwarnings =
error
ignore:_SixMetaPathImporter:ImportWarning
ignore:Plural value:DeprecationWarning
junit_family=xunit2