summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorSeth Troisi <sethtroisi@google.com>2020-01-07 02:44:45 -0800
committerEric Wieser <wieser.eric@gmail.com>2020-01-07 10:44:45 +0000
commitebd2def8783aedf4417135c09246b7cc26136f69 (patch)
tree8502e5d6985115fa397f72e026558064c79a9abc /pytest.ini
parent6f26c12cf0377b926f43f827bd1291a941875751 (diff)
downloadnumpy-ebd2def8783aedf4417135c09246b7cc26136f69.tar.gz
MAINT: Remove python2 array_getslice and array_setslice (#15263)
These implemented the __getslice__ and __setslice__ methods in Python 2, which no longer exist in Python 3.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index 045406f68..141c2f6ef 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -14,8 +14,6 @@ filterwarnings =
# Matrix PendingDeprecationWarning.
ignore:the matrix subclass is not
# Ignore python2.7 -3 warnings
- ignore:in 3\.x, __setslice__:DeprecationWarning
- ignore:in 3\.x, __getslice__:DeprecationWarning
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