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
parent
1aad42e24c
commit
a41f93c39d
|
@ -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)))
|
||||
|
|
Reference in New Issue