diff --git a/eb_hooks.py b/eb_hooks.py index 583cd446e0..3d0e63f4c2 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -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'] @@ -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