guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/15: gnu: python-scikit-build: Add more non-deterministic test failure


From: guix-commits
Subject: 13/15: gnu: python-scikit-build: Add more non-deterministic test failures.
Date: Sat, 2 Mar 2024 02:06:48 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit c8837f8f037114d7d0590facc638bbd82963cb9b
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Feb 24 10:17:45 2024 +0100

    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”.
---
 gnu/packages/python-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ca5d67b2e6..fc6e997b6c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]