me
/
guix
Archived
1
0
Fork 0

gnu: python-joblib: Run test suite sequentially.

* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Adjust custom
'check phase to run the test suite sequentially.
master
Efraim Flashner 2021-10-26 09:01:27 +03:00
parent 1aad42e24c
commit a41f93c39d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -4010,6 +4010,7 @@ logic-free templating system Mustache.")
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(setenv "JOBLIB_MULTIPROCESSING" "0")
(invoke "pytest" "-v" "joblib")))))))
(native-inputs
`(("python-pytest" ,python-pytest)))