[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/46: gnu: python-regions: Speed up tests.
From: |
guix-commits |
Subject: |
34/46: gnu: python-regions: Speed up tests. |
Date: |
Tue, 27 Feb 2024 17:55:20 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 5d692fcc25b6b83324114440e1215bc894f8743a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 27 16:47:30 2024 +0000
gnu: python-regions: Speed up tests.
* gnu/packages/astronomy.scm (python-regions): Enable parallel
tests to speed them up.
[arguments] <#:test-flags>: Add it with "-n" option.
[native-inputs]: Add python-pytest-xdist.
Change-Id: Ib0c50fa7c357c70ea78d803428a39f6d6ec3c2e7
---
gnu/packages/astronomy.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0a2599590a..7b8160a3ea 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2451,6 +2451,8 @@ Virtual observatory (VO) using Python.")
(build-system pyproject-build-system)
(arguments
(list
+ #:test-flags
+ #~(list "-n" "auto")
#:phases
#~(modify-phases %standard-phases
;; This file is opened in both install and check phases.
@@ -2475,6 +2477,7 @@ Virtual observatory (VO) using Python.")
python-pytest-arraydiff
python-pytest-astropy
python-pytest-runner
+ python-pytest-xdist
python-setuptools-scm))
(home-page "https://github.com/astropy/regions")
(synopsis "Package for region handling")
- 36/46: gnu: python-spectral-cube: Speed up tests., (continued)
- 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
- 31/46: gnu: python-asdf-coordinates-schemas: Speed up tests., guix-commits, 2024/02/27
- 34/46: gnu: python-regions: Speed up tests.,
guix-commits <=
- 44/46: gnu: python-drizzle: Update to 1.15.0., guix-commits, 2024/02/27
- 28/46: gnu: python-aplpy: Disable tests., guix-commits, 2024/02/27
- 17/46: gnu: python-crds: Update to 11.17.16., guix-commits, 2024/02/27
- 22/46: gnu: python-roman-datamodels: Update to 0.19.0., guix-commits, 2024/02/27
- 30/46: gnu: python-asdf-astropy: Speed up tests., guix-commits, 2024/02/27
- 23/46: gnu: python-rad: Update to 0.19.0., guix-commits, 2024/02/27
- 27/46: gnu: libpasastro: Remove system constrains., guix-commits, 2024/02/27
- 33/46: gnu: python-poppy: Speed up tests., guix-commits, 2024/02/27
- 46/46: gnu: python-cdflib: Update to 1.2.4., guix-commits, 2024/02/27
- 40/46: gnu: Add python-extinction., guix-commits, 2024/02/27