@@ -1148,7 +1148,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
11481148 FAILED optimize/tests/test_linprog.py::TestLinprogIPSparse::test_bug_6139 - A...
11491149 FAILED optimize/tests/test_linprog.py::TestLinprogIPSparsePresolve::test_bug_6139
11501150 = 2 failed, 30554 passed, 2064 skipped, 10992 deselected, 76 xfailed, 7 xpassed, 40 warnings in 380.27s (0:06:20) =
1151- In versions 2023.02 + 2023.07 + 2023.11 on neoverse_v1, 2 failing tests in scipy (versions 1.10.1, 1.11.1, 1.11.4):
1151+ In versions 2023.02 + 2023.07 + 2023.11 + 2024.05 on neoverse_v1, 2 failing tests in scipy (versions 1.10.1, 1.11.1, 1.11.4):
11521152 FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris
11531153 FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32
11541154 = 2 failed, 54409 passed, 3016 skipped, 223 xfailed, 13 xpassed, 10917 warnings in 892.04s (0:14:52) =
@@ -1213,7 +1213,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
12131213 (in previous versions we were not as strict yet on the numpy/SciPy tests)
12141214 """
12151215 cpu_target = get_eessi_envvar ('EESSI_SOFTWARE_SUBDIR' )
1216- scipy_bundle_versions_nv1 = ('2021.10' , '2023.02' , '2023.07' , '2023.11' )
1216+ scipy_bundle_versions_nv1 = ('2021.10' , '2023.02' , '2023.07' , '2023.11' , '2024.05' )
12171217 scipy_bundle_versions_a64fx = ('2023.02' , '2023.07' , '2023.11' )
12181218 scipy_bundle_versions_nvidia_grace = ('2023.02' , '2023.07' , '2023.11' )
12191219 if self .name == 'SciPy-bundle' :
0 commit comments