gnu: python-sunkit-image: Disable tests.

* gnu/packages/astronomy.scm (python-sunkit-image): Disable tests.

Change-Id: I66dacde6d33c54a2dd39ac411bd1e13868800d8a
This commit is contained in:
Sharlatan Hellseher 2025-01-14 15:50:48 +00:00 committed by Ricardo Wurmus
parent 0656644af7
commit 669733e035
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3301,6 +3301,13 @@ instruments.")
(build-system pyproject-build-system)
(arguments
(list
;; XXX: Disable as not compatible with Pytest 8+, check with upstream.
;;
;; pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no
;; effect
;;
;; See docs: <https://docs.pytest.org/en/stable/deprecations.html>.
#:tests? #f
;; XXX: Check with upstram: assert False.
#:test-flags
#~(list "-k" (string-append