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.
2 parents 813ef9e + 6b2bae9 commit d910175Copy full SHA for d910175
tox.ini
@@ -142,6 +142,8 @@ filterwarnings =
142
error
143
default:Using or importing the ABCs:DeprecationWarning:unittest2.*
144
ignore:Module already imported so cannot be rewritten:pytest.PytestWarning
145
+ # https://github.com/pytest-dev/pytest/issues/5974
146
+ default:\(rm_rf\) error removing.*:pytest.PytestWarning
147
# produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8).
148
ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))
149
# produced by pytest-xdist
0 commit comments