summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorSeth Troisi <sethtroisi@google.com>2020-01-23 02:21:09 -0700
committerEric Wieser <wieser.eric@gmail.com>2020-01-23 09:21:09 +0000
commit1279616f48cffd55de0b1dd53f86a23e170701ed (patch)
tree5343fa799a83cc298c4a3510edc495e7a7e8e6de /pytest.ini
parent883de8fab38766992501bf73dd6f59eb2e0b123f (diff)
downloadnumpy-1279616f48cffd55de0b1dd53f86a23e170701ed.tar.gz
MAINT: Remove python3 deprecationwarnings in pytest.ini (#15399)
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini6
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