1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 08:35:58 +02:00

gnu: python-tweakwcs: Skip 2 tests.

* gnu/packages/astronomy.scm (python-tweakwcs) [arguments] <test-flags>:
Skip 2 not compatible with GWCS@0.24 tests.
[native-inputs]: Remove python-codecov and python-pytest-cov.

Change-Id: I1e0c1be92970613f4b3c04e6e9821884db6bcb8d
This commit is contained in:
Sharlatan Hellseher
2025-02-21 12:37:57 +00:00
parent 95d4ab9e63
commit 58fe8c9708
+10 -3
View File
@@ -6743,6 +6743,15 @@ orbit around the Earth.")
(sha256
(base32 "0a1ygsar9l6jybji9qibz6ja3picv9aiw2jmdcsqdfqhrppknqp7"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
;; 2 tests are not compatible with gwcs>=0.24, skip them for now
;; and enable in the next release, see
;; <https://github.com/spacetelescope/tweakwcs/pull/220>.
#~(list "-k" (string-append
"not test_jwstgwcs_bad_pipelines_no_vacorr"
" and not test_jwstgwcs_bad_pipelines_with_vacorr"))))
(propagated-inputs
(list python-astropy
python-gwcs
@@ -6752,9 +6761,7 @@ orbit around the Earth.")
python-stsci-imagestats
python-stsci-stimage))
(native-inputs
(list python-codecov
python-pytest
python-pytest-cov
(list python-pytest
python-scipy
python-setuptools
python-setuptools-scm