mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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: I02b9e04a2f37fe05dc372c902b22d03da8f79605
This commit is contained in:
parent
5d692fcc25
commit
b515ca6eb8
1 changed files with 3 additions and 0 deletions
|
@ -4513,6 +4513,8 @@ (define-public python-roman-datamodels
|
|||
(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 @@ (define-public python-roman-datamodels
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue