gnu: python-scikit-build: Fix build.
* gnu/packages/python-xyz.scm (python-scikit-build) [phases]{check}: Add forgotten trailing spaces.
This commit is contained in:
parent
93baba6475
commit
84f2471136
1 changed files with 2 additions and 2 deletions
|
@ -28870,8 +28870,8 @@ (define-public python-scikit-build
|
|||
;; 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$"))))
|
||||
|
|
Loading…
Reference in a new issue