gnu: python-roman-datamodels: Remove all test constraints.

* gnu/packages/astronomy.scm (python-roman-datamodels): Remove all test
constraints. All of 1115 passed.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Sharlatan Hellseher 2023-09-07 23:32:24 +01:00 committed by Christopher Baines
parent e211419e0a
commit 20e9fd2bcd
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -3844,13 +3844,7 @@ (define-public python-roman-datamodels
"1y12cp8172i4a314gmhpi86jw6pfylz1adh0rzr5zqmvd3mrjqlj"))))
(build-system pyproject-build-system)
(arguments
;; XXX: Check how to make all tests enabled, probably some more inner
;; input chain needs to be upgraded, keep them disabled to make the build
;; green.
(list #:test-flags #~(list "-k"
(string-append "not test_will_validate"
" and not test_will_strict_validate"
" and not test_nuke_validation"))
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'set-env