diff options
Diffstat (limited to 'numpy/lib/tests')
-rw-r--r-- | numpy/lib/tests/test_financial_expired.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/lib/tests/test_financial_expired.py b/numpy/lib/tests/test_financial_expired.py index 70b0cd790..838f999a6 100644 --- a/numpy/lib/tests/test_financial_expired.py +++ b/numpy/lib/tests/test_financial_expired.py @@ -3,8 +3,6 @@ import pytest import numpy as np -@pytest.mark.skipif(sys.version_info[:2] < (3, 7), - reason="requires python 3.7 or higher") def test_financial_expired(): match = 'NEP 32' with pytest.warns(DeprecationWarning, match=match): |