Archived
1
0
Fork 0

gnu: python-rad: Enable tests.

* gnu/packages/astronomy.scm (python-rad) [arguments] <#:test-flags>:
Enable most of the tests, ignore the one introducing cycle.
[native-inputs]: Add python-pytest.

Change-Id: Ice4bc5eb2dcaae92c44466ea1eb932544a502927
This commit is contained in:
Sharlatan Hellseher 2024-02-14 14:32:48 +00:00
parent fb33458ca7
commit 95ea559408
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4414,10 +4414,13 @@ default) to world coordinates.")
(build-system pyproject-build-system)
(arguments
(list
;; XXX: Tests introduce dependencies cycle, breaking it by disable them.
;; Ignore tests requiring python-crds to break cycle:
;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
#:tests? #f))
(native-inputs (list python-semantic-version python-setuptools-scm))
#:test-flags #~(list "--ignore=tests/test_schemas.py")))
(native-inputs
(list python-pytest
python-semantic-version
python-setuptools-scm))
(propagated-inputs (list python-asdf python-asdf-astropy))
(home-page "https://github.com/spacetelescope/rad")
(synopsis "Roman Attribute Dictionary")