rekado pushed a commit to branch master
in repository guix.
commit f60567886a3cd4211c36178eadb792225b16105b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 14 15:50:48 2025 +0000
gnu: python-sunkit-image: Disable tests.
* gnu/packages/astronomy.scm (python-sunkit-image): Disable tests.
Change-Id: I66dacde6d33c54a2dd39ac411bd1e13868800d8a
---
gnu/packages/astronomy.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f0e75941e4..235c4743cd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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