Skip to content

Commit

Permalink
MAINT: Remove python3 deprecationwarnings in pytest.ini (numpy#15399)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethtroisi authored and eric-wieser committed Jan 23, 2020
1 parent 883de8f commit 1279616
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ filterwarnings =
ignore::UserWarning:cpuinfo,
# Matrix PendingDeprecationWarning.
ignore:the matrix subclass is not
# Ignore python2.7 -3 warnings
ignore:buffer\(\) not supported in 3\.x:DeprecationWarning
ignore:CObject type is not supported in 3\.x:DeprecationWarning
ignore:comparing unequal types not supported in 3\.x:DeprecationWarning
ignore:the commands module has been removed in Python 3\.0:DeprecationWarning
ignore:The 'new' module has been removed in Python 3\.0:DeprecationWarning

env =
PYTHONHASHSEED=0

0 comments on commit 1279616

Please sign in to comment.