[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python-distributed: Disable parallel tests.
From: |
guix-commits |
Subject: |
01/02: gnu: python-distributed: Disable parallel tests. |
Date: |
Fri, 29 Mar 2024 15:11:18 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 25d66b55c23b6aed19e777289b638c327b732c8e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Mar 29 19:00:37 2024 +0000
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
---
gnu/packages/python-science.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index a4724598b7..93d3b25272 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1673,8 +1673,7 @@ Mathematics (GLM) library to Python.")
(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 @@ parentdir_prefix = 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")