Skip to content

Commit 1058f33

Browse files
committed
Update test_basic third party tests
1 parent f0f7221 commit 1058f33

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mkl_fft/tests/third_party/scipy/test_basic.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
except ImportError:
1818
pytest.skip("This test file needs scipy", allow_module_level=True)
1919
else:
20-
if np.lib.NumpyVersion(scipy.__version__) < "1.12.0":
21-
# scipy from Intel channel is 1.10 with python 3.9 and 3.10
22-
pytest.skip("This test file needs scipy>=1.12", allow_module_level=True)
23-
elif np.lib.NumpyVersion(scipy.__version__) < "1.14.0":
20+
if np.lib.NumpyVersion(scipy.__version__) < "1.14.0":
2421
# For python-3.11 and 3.12, scipy<1.14 is installed from Intel channel
2522
# For python<=3.9, scipy<1.14 is installed from conda channel
2623
# pylint: disable=no-name-in-module

0 commit comments

Comments
 (0)