diff options
author | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-20 18:32:55 -0700 |
---|---|---|
committer | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-23 09:29:59 -0700 |
commit | 53379cd353fb7ab5840c3ee370c735fe61d6419c (patch) | |
tree | d3ef9af34179126f996ee3d66d347d0071ddbdd7 /numpy/lib/tests | |
parent | eece996beacc8d78bb48749fe515986ede95bf9e (diff) | |
download | numpy-53379cd353fb7ab5840c3ee370c735fe61d6419c.tar.gz |
MAINT: Python <3.7 related cleanups
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): |