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: I5a369e8f3ca43b9ba88c1053d0c55d218e6adc43master
parent
25f7db97c3
commit
e6c6e1b8a4
|
@ -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
|
||||
|
|
Reference in New Issue