We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbb9c1 commit f0feb6cCopy full SHA for f0feb6c
tox.ini
@@ -133,6 +133,8 @@ filterwarnings =
133
ignore::pytest.RemovedInPytest4Warning
134
default:Using or importing the ABCs:DeprecationWarning:unittest2.*
135
ignore:Module already imported so cannot be rewritten:pytest.PytestWarning
136
+ # produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8).
137
+ ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))
138
# produced by pytest-xdist
139
ignore:.*type argument to addoption.*:DeprecationWarning
140
# produced by python >=3.5 on execnet (pytest-xdist)
0 commit comments