Skip to content

Commit

Permalink
Merge branch '2023.06-software.eessi.io' into 2023.06-eessi.io-tensor…
Browse files Browse the repository at this point in the history
…flow-2023a
  • Loading branch information
boegel committed Nov 28, 2023
2 parents 3789837 + 4b1133c commit 80d5960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def parse_hook_pybind11_replace_catch2(ec, eprefix):
Replace Catch2 build dependency in pybind11 easyconfigs with one that doesn't use system toolchain.
cfr. https://github.com/easybuilders/easybuild-easyconfigs/pull/19270
"""
# tihs is mainly necessary to avoid that --missing keeps reporting Catch2/2.13.9 is missing,
# this is mainly necessary to avoid that --missing keeps reporting Catch2/2.13.9 is missing,
# and to avoid that we need to use "--from-pr 19270" for every easyconfigs that (indirectly) depends on pybind11
if ec.name == 'pybind11' and ec.version in ['2.10.3', '2.11.1']:
build_deps = ec['builddependencies']
Expand Down Expand Up @@ -336,7 +336,7 @@ def pre_test_hook_ignore_failing_tests_FFTWMPI(self, *args, **kwargs):

def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
"""
Pre-test hook for SciPy-bundle: skip failing tests for selected SciPy-bundle vrsions
Pre-test hook for SciPy-bundle: skip failing tests for selected SciPy-bundle versions
In version 2021.10, 2 failing tests in scipy 1.6.3:
FAILED optimize/tests/test_linprog.py::TestLinprogIPSparse::test_bug_6139 - A...
FAILED optimize/tests/test_linprog.py::TestLinprogIPSparsePresolve::test_bug_6139
Expand Down

0 comments on commit 80d5960

Please sign in to comment.