summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-01-04 14:27:58 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2020-01-05 07:45:28 -0800
commitd6903eccf60dc99db121df877f5d28f275f0bece (patch)
tree7407539416da75123e5afdb20ec34d6180567380 /pytest.ini
parentc31cc36a8a814ed4844a2a553454185601914a5a (diff)
downloadnumpy-d6903eccf60dc99db121df877f5d28f275f0bece.tar.gz
MAINT: Remove references to non-existent sys.exc_clear()
sys.exc_clear() was removed in Python 3. All internal uses can be removed.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 74faefd6e..045406f68 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -14,7 +14,6 @@ filterwarnings =
# Matrix PendingDeprecationWarning.
ignore:the matrix subclass is not
# Ignore python2.7 -3 warnings
- ignore:sys\.exc_clear\(\) not supported in 3\.x:DeprecationWarning
ignore:in 3\.x, __setslice__:DeprecationWarning
ignore:in 3\.x, __getslice__:DeprecationWarning
ignore:buffer\(\) not supported in 3\.x:DeprecationWarning