diff options
author | Seth Troisi <sethtroisi@google.com> | 2020-01-23 02:21:09 -0700 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2020-01-23 09:21:09 +0000 |
commit | 1279616f48cffd55de0b1dd53f86a23e170701ed (patch) | |
tree | 5343fa799a83cc298c4a3510edc495e7a7e8e6de /pytest.ini | |
parent | 883de8fab38766992501bf73dd6f59eb2e0b123f (diff) | |
download | numpy-1279616f48cffd55de0b1dd53f86a23e170701ed.tar.gz |
MAINT: Remove python3 deprecationwarnings in pytest.ini (#15399)
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pytest.ini b/pytest.ini index 141c2f6ef..480130337 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 |