mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-sunkit-image: Disable tests.
* gnu/packages/astronomy.scm (python-sunkit-image): Disable tests. Change-Id: I66dacde6d33c54a2dd39ac411bd1e13868800d8a
This commit is contained in:
parent
0656644af7
commit
669733e035
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue