[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/46: gnu: python-asdf-astropy: Speed up tests.
From: |
guix-commits |
Subject: |
30/46: gnu: python-asdf-astropy: Speed up tests. |
Date: |
Tue, 27 Feb 2024 17:55:19 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 09bfc8c37ef6f4aa9650551b092afc9363706f00
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Jan 26 01:47:56 2024 +0000
gnu: python-asdf-astropy: Speed up tests.
* gnu/packages/astronomy.scm (python-asdf-astropy): Enable parallel
tests to speed them up.
[arguments] <#:test-flags>: Add it with "-n" option.
Change-Id: Icb2efbe6d9fa6f5154fa81189a3d0127f7d26568
---
gnu/packages/astronomy.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0e8b941bbe..fa3edad1d6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4318,9 +4318,12 @@ install an implementation package such as asdf-astropy.")
(base32 "061y7r1d2fqlr8a6gyaffqa3z5m0ymljahhvxzcb71355xkqig7v"))))
(build-system pyproject-build-system)
(arguments
- (list #:phases #~(modify-phases %standard-phases
- (add-before 'check 'set-home-env
- (lambda _ (setenv "HOME" "/tmp"))))))
+ (list
+ #:test-flags
+ #~(list "-n" "auto")
+ #:phases #~(modify-phases %standard-phases
+ (add-before 'check 'set-home-env
+ (lambda _ (setenv "HOME" "/tmp"))))))
(native-inputs
(list python-coverage
python-h5py
- 42/46: gnu: Add python-radiospectra., (continued)
- 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, 2024/02/27
- 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 <=
- 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