guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 0cf1419cf2f667f5c43b68e635103bc02145bf98
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 23:26:36 2026 +0000

    gnu: python-abjad: Disable tests.
    
    * gnu/packages/music.scm (python-abjad):
      [arguments] <tests?>: Disable for now.
      [native-inputs]: Remove python-pytest and python-wheel.
    
    Change-Id: If28e3dcf6b245e165f35ccbb1c6efc2a535453f2
---
 gnu/packages/music.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7ed5c37059..c812c8f14a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3100,6 +3100,9 @@ using a system-independent interface.")
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; XXX: Tests are not compatible with current Sphinx version, enable
+      ;; after Python 3.12 is default and the package is updated.
+      #:tests? #f
       #:phases
       #~(modify-phases %standard-phases
           ;; Error message changed in latest python-roman; fixed in abjad 3.21.
@@ -3111,7 +3114,7 @@ using a system-independent interface.")
     (inputs
      (list lilypond))
     (native-inputs
-     (list python-pytest python-setuptools python-wheel))
+     (list python-setuptools))
     (propagated-inputs
      (list python-quicktions
            python-ply

Reply via email to