[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/46: gnu: python-roman-datamodels: Speed up tests.
From: |
guix-commits |
Subject: |
35/46: gnu: python-roman-datamodels: Speed up tests. |
Date: |
Tue, 27 Feb 2024 17:55:20 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit b515ca6eb8a7fe9407115b3432119d00e11d12fc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 27 18:39:17 2024 +0000
gnu: python-roman-datamodels: Speed up tests.
gnu/packages/astronomy.scm (python-roman-datamodels): Enable parallel
tests to speed them up.
[arguments] <#:test-flags>: Add it with "-n" option.
[native-inputs]: Add python-pytest-xdist.
Change-Id: I02b9e04a2f37fe05dc372c902b22d03da8f79605
---
gnu/packages/astronomy.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 7b8160a3ea..6a9c7e3183 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4513,6 +4513,8 @@ channels
(build-system pyproject-build-system)
(arguments
(list
+ #:test-flags
+ #~(list "-n" "auto")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'set-env
@@ -4529,6 +4531,7 @@ channels
(native-inputs (list python-pytest
python-pytest-doctestplus
python-pytest-env
+ python-pytest-xdist
python-semantic-version
python-setuptools-scm))
(home-page "https://github.com/spacetelescope/roman_datamodels")
- 13/46: gnu: python-asdf-fits-schemas: Update to 0.0.1-1.d1b5e7a., (continued)
- 13/46: gnu: python-asdf-fits-schemas: Update to 0.0.1-1.d1b5e7a., guix-commits, 2024/02/27
- 14/46: gnu: python-asdf-time-schemas: Update to 0.0.1-3.a306206., guix-commits, 2024/02/27
- 19/46: gnu: python-jwst: Update to 1.13.4., guix-commits, 2024/02/27
- 16/46: gnu: python-asdf-wcs-schemas: Update to 0.3.0., guix-commits, 2024/02/27
- 18/46: gnu: python-h5netcdf: Update to 1.3.0., guix-commits, 2024/02/27
- 20/46: gnu: python-pysynphot: Update to 2.0.0-0.54e9e2a., guix-commits, 2024/02/27
- 26/46: gnu: python-stdatamodels: Update to 1.9.1., guix-commits, 2024/02/27
- 32/46: gnu: python-photutils: Speed up tests, guix-commits, 2024/02/27
- 39/46: gnu: python-poliastro: Relax requirements., guix-commits, 2024/02/27
- 29/46: gnu: python-asdf: Speed up tests., guix-commits, 2024/02/27
- 35/46: gnu: python-roman-datamodels: Speed up tests.,
guix-commits <=
- 41/46: gnu: Add python-sunpy-soar., guix-commits, 2024/02/27
- 36/46: gnu: python-spectral-cube: Speed up tests., guix-commits, 2024/02/27
- 43/46: gnu: Add python-ginga., guix-commits, 2024/02/27
- 21/46: gnu: python-pysynphot: Improve package style., guix-commits, 2024/02/27
- 45/46: gnu: python-stcal: Update to 1.6.0., guix-commits, 2024/02/27
- 25/46: gnu: python-skyfield: Update to 1.48., guix-commits, 2024/02/27
- 42/46: gnu: Add python-radiospectra., guix-commits, 2024/02/27
- 38/46: gnu: python-astroml: Ignore some failing tests., guix-commits, 2024/02/27
- 37/46: gnu: python-sunpy: Speed up tests and relax requirements., guix-commits, 2024/02/27
- 24/46: gnu: python-rad: Enable tests., guix-commits, 2024/02/27