[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/46: gnu: python-asdf-coordinates-schemas: Speed up tests.
From: |
guix-commits |
Subject: |
31/46: gnu: python-asdf-coordinates-schemas: Speed up tests. |
Date: |
Tue, 27 Feb 2024 17:55:19 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 8019bcad0b49e2170820f96a13d1fca2c86b5c5e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 27 15:34:30 2024 +0000
gnu: python-asdf-coordinates-schemas: Speed up tests.
* gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): Speed up
tests.
[arguments] <#:test-flags>: Add it with "-n" option.
[native-inputs]: Add python-pytest-xdist.
[propagated-inputs]: Swap python-asdf to python-asdf-3.0.
Change-Id: I0cf8aa077dbfa28e3473e5c49ab420426038884f
---
gnu/packages/astronomy.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index fa3edad1d6..a3dca00664 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4201,8 +4201,15 @@ package such as asdf-astropy.")
(sha256
(base32 "1x6mipg76c6qldq8s2p2wpsq0cpr9b5krp62xskljdz1f84abyg3"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ #~(list "-n" "auto")))
(native-inputs
- (list python-pytest python-semantic-version python-setuptools-scm))
+ (list python-pytest
+ python-pytest-xdist
+ python-semantic-version
+ python-setuptools-scm))
(propagated-inputs
(list python-asdf))
(home-page "https://github.com/asdf-format/asdf-coordinates-schemas")
- 41/46: gnu: Add python-sunpy-soar., (continued)
- 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
- 31/46: gnu: python-asdf-coordinates-schemas: Speed up tests.,
guix-commits <=
- 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, 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