diff options
Diffstat (limited to 'numpy/tests/test_matlib.py')
-rw-r--r-- | numpy/tests/test_matlib.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/numpy/tests/test_matlib.py b/numpy/tests/test_matlib.py index 38a7e39df..0e93c4848 100644 --- a/numpy/tests/test_matlib.py +++ b/numpy/tests/test_matlib.py @@ -1,13 +1,3 @@ -from __future__ import division, absolute_import, print_function - -# As we are testing matrices, we ignore its PendingDeprecationWarnings -try: - import pytest - pytestmark = pytest.mark.filterwarnings( - 'ignore:the matrix subclass is not:PendingDeprecationWarning') -except ImportError: - pass - import numpy as np import numpy.matlib from numpy.testing import assert_array_equal, assert_ |