~ruther/guix-local

c8837f8f037114d7d0590facc638bbd82963cb9b — Liliana Marie Prikler 2 years ago e046d6d
gnu: python-scikit-build: Add more non-deterministic test failures.

* gnu/packages/python-xyz.scm (python-scikit-build)[#:phases]<check>: Also
exclude “test_cxx_compiler” and “test_fortran_compiler”.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -1
@@ 32058,7 32058,10 @@ and frame grabber interface.")
                              ;; nondeterministically (see:
                              ;; https://github.com/scikit-build/scikit-build/issues/711).
                              "and not test_generator_cleanup "
                              "and not test_generator_selection ")))))
                              "and not test_generator_selection "
                              ;; … and there's more of them
                              "and not test_cxx_compiler "
                              "and not test_fortran_compiler ")))))
          (add-after 'install 'install-cmake
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((lib (string-append (assoc-ref outputs "out")