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”.
This commit is contained in:
parent
e046d6d443
commit
c8837f8f03
1 changed files with 4 additions and 1 deletions
|
@ -32058,7 +32058,10 @@ and frame grabber interface.")
|
||||||
;; nondeterministically (see:
|
;; nondeterministically (see:
|
||||||
;; https://github.com/scikit-build/scikit-build/issues/711).
|
;; https://github.com/scikit-build/scikit-build/issues/711).
|
||||||
"and not test_generator_cleanup "
|
"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
|
(add-after 'install 'install-cmake
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((lib (string-append (assoc-ref outputs "out")
|
(let ((lib (string-append (assoc-ref outputs "out")
|
||||||
|
|
Reference in a new issue