mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rad: Adjust native inputs.
* gnu/packages/astronomy.scm (python-rad)[native-inputs]: Add python-pytest-asdf-plugin. Change-Id: I9390af5200c17c96f31489d365570f5b4448b780
This commit is contained in:
parent
91eb624d87
commit
73f6f25b33
1 changed files with 2 additions and 1 deletions
|
@ -6727,7 +6727,7 @@ end products of specific X-ray observatories.")
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
;; 1131 passed, 1 skipped
|
;; tests: 1253 passed, 1 skipped
|
||||||
#:test-flags
|
#:test-flags
|
||||||
;; Ignore tests requiring python-crds to break cycle:
|
;; Ignore tests requiring python-crds to break cycle:
|
||||||
;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
|
;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
|
||||||
|
@ -6739,6 +6739,7 @@ end products of specific X-ray observatories.")
|
||||||
"--ignore=tests/test_latest.py")))
|
"--ignore=tests/test_latest.py")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
|
python-pytest-asdf-plugin
|
||||||
python-pytest-doctestplus
|
python-pytest-doctestplus
|
||||||
python-semantic-version
|
python-semantic-version
|
||||||
python-setuptools-next
|
python-setuptools-next
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue