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 dad4985 + 4c7d971 commit 1b84f09Copy full SHA for 1b84f09
tox.ini
@@ -138,6 +138,7 @@ xfail_strict=true
138
filterwarnings =
139
error
140
default:Using or importing the ABCs:DeprecationWarning:unittest2.*
141
+ default:the imp module is deprecated in favour of importlib:DeprecationWarning:nose.*
142
ignore:Module already imported so cannot be rewritten:pytest.PytestWarning
143
# produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8).
144
ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))
0 commit comments