mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
1aad42e24c
commit
a41f93c39d
1 changed files with 1 additions and 0 deletions
|
@ -4010,6 +4010,7 @@ logic-free templating system Mustache.")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
(setenv "JOBLIB_MULTIPROCESSING" "0")
|
||||||
(invoke "pytest" "-v" "joblib")))))))
|
(invoke "pytest" "-v" "joblib")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue