mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-distributed: Disable parallel tests.
As seen in <https://ci.guix.gnu.org/build/3708961/log/raw>, parallel tests introduced package build regression. * gnu/packages/python-science.scm (python-distributed) [arguments] <#:test-flags>: Disable parallel tests. [native-inputs]: Remove python-pytest-xdist. Change-Id: I3a04098604fa03ab91ceb228dd70c34c3d84db78
This commit is contained in:
parent
6cde0f480d
commit
25d66b55c2
1 changed files with 1 additions and 3 deletions
|
@ -1673,8 +1673,7 @@ (define-public python-distributed
|
|||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
'(list "-n" "auto"
|
||||
"-x" "-m"
|
||||
'(list "-x" "-m"
|
||||
(string-append "not slow"
|
||||
" and not flaky"
|
||||
" and not gpu"
|
||||
|
@ -1882,7 +1881,6 @@ (define-public python-distributed
|
|||
python-importlib-metadata
|
||||
python-pytest
|
||||
python-pytest-timeout
|
||||
python-pytest-xdist
|
||||
python-versioneer))
|
||||
(home-page "https://distributed.dask.org")
|
||||
(synopsis "Distributed scheduler for Dask")
|
||||
|
|
Loading…
Reference in a new issue