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
This commit is contained in:
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

View file

@ -4093,6 +4093,10 @@ (define-public python-asdf
(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 @@ (define-public python-asdf
python-pytest
python-pytest-doctestplus
python-pytest-remotedata
python-pytest-xdist
python-semantic-version
python-setuptools-scm))
(propagated-inputs