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:
Maxim Cournoyer 2022-05-12 16:24:49 -04:00
parent 93baba6475
commit 84f2471136
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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$"))))