summaryrefslogtreecommitdiff
path: root/numpy/_pytesttester.py
diff options
context:
space:
mode:
authorSeth Troisi <sethtroisi@google.com>2020-01-22 21:54:01 -0800
committerSeth Troisi <sethtroisi@google.com>2020-01-23 15:14:59 -0800
commit581f1664cc24290f1257484cf2ce4df296adfb20 (patch)
treefa4d333c075f40f6a6e5f9015e4255cc6b6ea629 /numpy/_pytesttester.py
parent2dadfe8c6158b3f4ccdac3d044a2b6b8b91397eb (diff)
downloadnumpy-581f1664cc24290f1257484cf2ce4df296adfb20.tar.gz
DEP: deprecate importing numpy/matrixlib.py
Diffstat (limited to 'numpy/_pytesttester.py')
-rw-r--r--numpy/_pytesttester.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/_pytesttester.py b/numpy/_pytesttester.py
index e573d53ab..0dc38fa59 100644
--- a/numpy/_pytesttester.py
+++ b/numpy/_pytesttester.py
@@ -153,6 +153,7 @@ class PytestTester:
# When testing matrices, ignore their PendingDeprecationWarnings
pytest_args += [
"-W ignore:the matrix subclass is not",
+ "-W ignore:Importing from numpy.matlib is",
]
if doctests: