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
This commit is contained in:
Sharlatan Hellseher 2024-01-27 15:34:30 +00:00
parent 09bfc8c37e
commit 8019bcad0b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4201,8 +4201,15 @@ (define python-asdf-coordinates-schemas
(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")