Skip to content

Commit

Permalink
MAINT: only warn on imp deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed Jun 30, 2019
1 parent e38dbac commit 70a6add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ filterwarnings =
once:.*LAPACK bug 0038.*:RuntimeWarning
ignore:Using or importing the ABCs from 'collections'*:DeprecationWarning
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
once:the imp module is deprecated in favour of importlib.*:DeprecationWarning
once:the imp module is deprecated in favour of importlib.*:PendingDeprecationWarning
env =
PYTHONHASHSEED=0

0 comments on commit 70a6add

Please sign in to comment.