me
/
guix
Archived
1
0
Fork 0

gnu: python-asdf: Speed up tests.

* gnu/packages/astronomy.scm (python-asdf): Enable parallel tests to
speed them up.
[arguments] <#:test-flags>: Add it with "-n" option.
[native-inputs]: Add python-pytest-xdist.

Change-Id: I5a369e8f3ca43b9ba88c1053d0c55d218e6adc43
master
Sharlatan Hellseher 2024-01-27 15:23:36 +00:00
parent 25f7db97c3
commit e6c6e1b8a4
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 5 additions and 0 deletions

View File

@ -4093,6 +4093,10 @@ between image and reference catalogs. Currently only aligning images with
(sha256
(base32 "1jsk7b4mx04l0a08j832vnl309dba3gjnha9mbd61dzs9ridrfna"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
#~(list "-n" "auto")))
(native-inputs
(list python-fsspec
python-packaging
@ -4100,6 +4104,7 @@ between image and reference catalogs. Currently only aligning images with
python-pytest
python-pytest-doctestplus
python-pytest-remotedata
python-pytest-xdist
python-semantic-version
python-setuptools-scm))
(propagated-inputs