Skip to content

Commit

Permalink
try-ignore PendingDeprecationWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 14, 2019
1 parent 3d6b9cd commit 6a863ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ filterwarnings =
error
default:Using or importing the ABCs:DeprecationWarning:unittest2.*
default:the imp module is deprecated in favour of importlib:DeprecationWarning:nose.*
default:the imp module is deprecated in favour of importlib:PendingDeprecationWarning:imp.*
ignore:Module already imported so cannot be rewritten:pytest.PytestWarning
# produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8).
ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))
Expand Down

0 comments on commit 6a863ba

Please sign in to comment.