[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69924] [PATCH 13/49] gnu: python-dask: Speed up tests.
From: |
Sharlatan Hellseher |
Subject: |
[bug#69924] [PATCH 13/49] gnu: python-dask: Speed up tests. |
Date: |
Wed, 20 Mar 2024 22:27:43 +0000 |
* gnu/packages/python-xyz.scm (python-dask) [arguments] <#:test-flags>:
Add option to run tests in parallel.
[native-inputs]: Add python-xdist. Reformat as a list.
Change-Id: I9b4b1c53f827e1f5d3edd0908f8e37e1a3bddb71
---
gnu/packages/python-xyz.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 360b4db3f1..4a9069bbed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27488,7 +27488,8 @@ (define-public python-dask
(list
;; Avoid coverage
#:test-flags
- #~(list "-m" "not gpu and not slow and not network"
+ #~(list "-n" "auto"
+ "-m" "not gpu and not slow and not network"
"-k" (string-append
;; This one cannot be interrupted.
"not test_interrupt"
@@ -27541,7 +27542,10 @@ (define-public python-dask
python-pyyaml))
(native-inputs
(list python-importlib-metadata
- python-pytest python-pytest-runner python-pytest-rerunfailures
+ python-pytest
+ python-pytest-rerunfailures
+ python-pytest-runner
+ python-pytest-xdist
python-versioneer))
(home-page "https://github.com/dask/dask/")
(synopsis "Parallel computing with task scheduling")
--
2.41.0
- [bug#69924] [PATCH 02/49] gnu: splash: Update to 3.10.3., (continued)
- [bug#69924] [PATCH 02/49] gnu: splash: Update to 3.10.3., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 06/49] gnu: python-pytest-arraydiff: Update to 0.6.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 05/49] gnu: python-pytest-doctestplus: Update to 1.2.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 11/49] gnu: python-zarr: Speed up tests., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 04/49] gnu: python-blosc: Simplify package., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 03/49] gnu: python-blosc: Move to python-compression., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 14/49] gnu: python-stdatamodels: Speed up tests., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 08/49] gnu: python-pytest-filter-subpackage: Update to 0.2.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 17/49] gnu: python-astropy-iers-data: Update to 0.2024.3.18.0.29.47., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 09/49] gnu: python-zarr: Update to 2.17.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 13/49] gnu: python-dask: Speed up tests.,
Sharlatan Hellseher <=
- [bug#69924] [PATCH 20/49] gnu: python-asdf-unit-schemas: Update to 0.2.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 07/49] gnu: python-pytest-arraydiff: Enable tests., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 18/49] gnu: python-cdflib: Update to 1.2.6., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 19/49] gnu: python-cdflib: Enable all tests., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 16/49] gnu: python-ginga: Update to 5.0.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 12/49] gnu: python-distributed: Speed up tests., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 21/49] gnu: python-asdf-standard: Update to 1.1.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 15/49] gnu: python-glymur: Speed up tests., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 22/49] gnu: python-asdf-transform-schemas: Update to 0.5.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 23/49] gnu: python-asdf: Update to 3.1.0., Sharlatan Hellseher, 2024/03/20