gnu: python-roman-datamodels: Speed up tests.
gnu/packages/astronomy.scm (python-roman-datamodels): Enable parallel tests to speed them up. [arguments] <#:test-flags>: Add it with "-n" option. [native-inputs]: Add python-pytest-xdist. Change-Id: I02b9e04a2f37fe05dc372c902b22d03da8f79605master
parent
5d692fcc25
commit
b515ca6eb8
|
@ -4513,6 +4513,8 @@ channels
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
#~(list "-n" "auto")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'set-env
|
||||
|
@ -4529,6 +4531,7 @@ channels
|
|||
(native-inputs (list python-pytest
|
||||
python-pytest-doctestplus
|
||||
python-pytest-env
|
||||
python-pytest-xdist
|
||||
python-semantic-version
|
||||
python-setuptools-scm))
|
||||
(home-page "https://github.com/spacetelescope/roman_datamodels")
|
||||
|
|
Reference in New Issue