[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/46: gnu: python-photutils: Speed up tests
From: |
guix-commits |
Subject: |
32/46: gnu: python-photutils: Speed up tests |
Date: |
Tue, 27 Feb 2024 17:55:19 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 2d3a898d89fe172283f94a55d502330f85b50e6e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 27 22:21:12 2024 +0000
gnu: python-photutils: Speed up tests
* gnu/packages/astronomy.scm (python-photutils): Enable parallel
tests to speed them up.
[arguments] <#:test-flags>: Add it with "-n" option.
[native-inputs]: Add python-pytest-xdist.
Change-Id: I3eff6c4ac4f6c3d8367179e1e8cdf55bbf1c03cc
---
gnu/packages/astronomy.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a3dca00664..111599f442 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2217,6 +2217,8 @@ can be described by @acronym{WCS, World Coordinate
System} translations.")
(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.
@@ -2247,6 +2249,7 @@ can be described by @acronym{WCS, World Coordinate
System} translations.")
(list python-cython
python-extension-helpers
python-pytest-astropy
+ python-pytest-xdist
python-semantic-version
python-setuptools-scm))
(home-page "https://github.com/astropy/photutils")
- 03/46: gnu: indi-2.0: Update to 2.0.6., (continued)
- 03/46: gnu: indi-2.0: Update to 2.0.6., guix-commits, 2024/02/27
- 15/46: gnu: python-asdf-transform-schemas: Update to 0.4.0., guix-commits, 2024/02/27
- 07/46: gnu: siril: Update to 1.2.1., guix-commits, 2024/02/27
- 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 <=
- 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, 2024/02/27
- 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