guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-scikit-build: Fix build.


From: guix-commits
Subject: branch master updated: gnu: python-scikit-build: Fix build.
Date: Thu, 12 May 2022 16:31:04 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 84f2471136 gnu: python-scikit-build: Fix build.
84f2471136 is described below

commit 84f24711366b173c3d0aa427be64501809b1d060
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu May 12 16:24:49 2022 -0400

    gnu: python-scikit-build: Fix build.
    
    * gnu/packages/python-xyz.scm (python-scikit-build)
    [phases]{check}: Add forgotten trailing spaces.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fdfdd3fef3..020f078dee 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28870,8 +28870,8 @@ and frame grabber interface.")
                               ;; These are not parallel safe and fail
                               ;; 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_cleanup "
+                              "and not test_generator_selection ")))))
           (replace 'install
             (lambda _
               (let ((whl (car (find-files "dist" "\\.whl$"))))



reply via email to

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