Skip to content

Commit f0feb6c

Browse files
committed
fixup! tox.ini: clean up filterwarnings
1 parent dcbb9c1 commit f0feb6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ filterwarnings =
133133
ignore::pytest.RemovedInPytest4Warning
134134
default:Using or importing the ABCs:DeprecationWarning:unittest2.*
135135
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))
136138
# produced by pytest-xdist
137139
ignore:.*type argument to addoption.*:DeprecationWarning
138140
# produced by python >=3.5 on execnet (pytest-xdist)

0 commit comments

Comments
 (0)