[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69924] [PATCH 15/49] gnu: python-glymur: Speed up tests.
From: |
Sharlatan Hellseher |
Subject: |
[bug#69924] [PATCH 15/49] gnu: python-glymur: Speed up tests. |
Date: |
Wed, 20 Mar 2024 22:27:45 +0000 |
* gnu/packages/python-xyz.scm (python-glymur): Enable parallel
tests to speed them up.
[arguments] <#:test-flags>: Add it with "-n" option.
[native-inputs]: Add python-pytest-xdist.
Change-Id: Ied066330cc24a50b47307cefb2694675be8af0a4
---
gnu/packages/python-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4a9069bbed..763345c0c2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1956,6 +1956,8 @@ (define-public python-glymur
(build-system pyproject-build-system)
(arguments
(list
+ #:test-flags
+ #~(list "-n" "auto")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-library-locations
@@ -1981,7 +1983,9 @@ (define-public python-glymur
;; which is patched above.
(delete-file "tests/test_config.py"))))))
(native-inputs
- (list python-pytest python-scikit-image))
+ (list python-pytest
+ python-pytest-xdist
+ python-scikit-image))
(inputs
(list openjpeg ; glymur/lib/openjp2.py
libtiff)) ; glymur/lib/tiff.py
--
2.41.0
- [bug#69924] [PATCH 17/49] gnu: python-astropy-iers-data: Update to 0.2024.3.18.0.29.47., (continued)
- [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, 2024/03/20
- [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 <=
- [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
- [bug#69924] [PATCH 10/49] gnu: python-partd: Enable tests., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 28/49] gnu: python-astroquery: Update to 0.4.7., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 26/49] gnu: python-asdf-astropy: Update to 0.6.0, Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 24/49] gnu: python-asdf-coordinates-schemas: Update to 0.3.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 25/49] gnu: python-asdf-wcs-schemas: Update to 0.4.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 27/49] gnu: python-pyvo: Update to 1.5.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 29/49] gnu: python-gwcs: Update to 0.21.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 30/49] gnu: python-drizzle: Update to 1.15.1., Sharlatan Hellseher, 2024/03/20