gnu: python-poppy: Speed up tests.
* gnu/packages/astronomy.scm (python-poppy): Speed up tests. [arguments] <#:test-flags>: Add with "-n" option. [native-inputs]: Add python-pytest-xdist and python-scikit-image. Change-Id: Ic72b1c7c700204cc91e00dcc5a0706859420109b
This commit is contained in:
parent
2d3a898d89
commit
028cd76fb3
1 changed files with 8 additions and 2 deletions
|
@ -2354,6 +2354,10 @@ Low-Earth Orbit (LEO).")
|
||||||
(base32
|
(base32
|
||||||
"0s8rb61q8dz66s8d3qg44kb6bb5gi40zl41ik9wyccgb4kyf3brp"))))
|
"0s8rb61q8dz66s8d3qg44kb6bb5gi40zl41ik9wyccgb4kyf3brp"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:test-flags
|
||||||
|
#~(list "-n" "auto")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; XXX: With python-synphot (marked as optional) package added to the list
|
;; XXX: With python-synphot (marked as optional) package added to the list
|
||||||
;; it tries to download from remote host during tests and fails. Overall
|
;; it tries to download from remote host during tests and fails. Overall
|
||||||
|
@ -2368,8 +2372,10 @@ Low-Earth Orbit (LEO).")
|
||||||
python-pandas
|
python-pandas
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-astropy
|
python-pytest-astropy
|
||||||
python-sphinx
|
python-pytest-xdist
|
||||||
python-setuptools-scm))
|
python-scikit-image
|
||||||
|
python-setuptools-scm
|
||||||
|
python-sphinx))
|
||||||
(home-page "https://poppy-optics.readthedocs.io/")
|
(home-page "https://poppy-optics.readthedocs.io/")
|
||||||
(synopsis "Physical Optics Propagation in Python")
|
(synopsis "Physical Optics Propagation in Python")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue