Skip to content

Commit 1b84f09

Browse files
authored
Merge pull request #6170 from blueyed/imp
filterwarnings: ignore DeprecationWarning from nose
2 parents dad4985 + 4c7d971 commit 1b84f09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ xfail_strict=true
138138
filterwarnings =
139139
error
140140
default:Using or importing the ABCs:DeprecationWarning:unittest2.*
141+
default:the imp module is deprecated in favour of importlib:DeprecationWarning:nose.*
141142
ignore:Module already imported so cannot be rewritten:pytest.PytestWarning
142143
# produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8).
143144
ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))

0 commit comments

Comments
 (0)