diff options
author | Seth Troisi <sethtroisi@google.com> | 2020-01-22 21:54:01 -0800 |
---|---|---|
committer | Seth Troisi <sethtroisi@google.com> | 2020-01-23 15:14:59 -0800 |
commit | 581f1664cc24290f1257484cf2ce4df296adfb20 (patch) | |
tree | fa4d333c075f40f6a6e5f9015e4255cc6b6ea629 /pytest.ini | |
parent | 2dadfe8c6158b3f4ccdac3d044a2b6b8b91397eb (diff) | |
download | numpy-581f1664cc24290f1257484cf2ce4df296adfb20.tar.gz |
DEP: deprecate importing numpy/matrixlib.py
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index 480130337..0db7f80dd 100644 --- a/pytest.ini +++ b/pytest.ini @@ -13,6 +13,7 @@ filterwarnings = ignore::UserWarning:cpuinfo, # Matrix PendingDeprecationWarning. ignore:the matrix subclass is not + ignore:Importing from numpy.matlib is env = PYTHONHASHSEED=0 |