From 581f1664cc24290f1257484cf2ce4df296adfb20 Mon Sep 17 00:00:00 2001 From: Seth Troisi Date: Wed, 22 Jan 2020 21:54:01 -0800 Subject: DEP: deprecate importing numpy/matrixlib.py --- numpy/_pytesttester.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/_pytesttester.py') 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: -- cgit v1.2.1