diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-09-07 23:32:24 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-27 12:07:38 +0100 |
commit | 20e9fd2bcdcde97ac49ad5f0d37b9f8946f68e46 (patch) | |
tree | 811d4f406f336baa329763de3016a545e73528b7 | |
parent | e211419e0ae1c6c9130af4796ac2e6e49088d518 (diff) | |
download | guix-20e9fd2bcdcde97ac49ad5f0d37b9f8946f68e46.tar.gz |
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>
-rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d1b34def8f..fb501e421c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3844,13 +3844,7 @@ Grace Roman Space Telescope.") "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 |