fixup! tox.ini: clean up filterwarnings

This commit is contained in:
Daniel Hahler 2019-07-20 01:51:01 +02:00
parent dcbb9c1f5a
commit f0feb6c83a
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ filterwarnings =
ignore::pytest.RemovedInPytest4Warning
default:Using or importing the ABCs:DeprecationWarning:unittest2.*
ignore:Module already imported so cannot be rewritten:pytest.PytestWarning
# produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8).
ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))
# produced by pytest-xdist
ignore:.*type argument to addoption.*:DeprecationWarning
# produced by python >=3.5 on execnet (pytest-xdist)