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

commit 0aa275f33429b3d488afc5f8d21e1f5953293141
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Tue Aug 26 00:49:27 2025 +0200

    [WORKAROUND] gnu: python-distlib: Skip tests.
    
    * gnu/packages/python-xyz.scm (python-distlib)[#:tests?]: Disable.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f540fc6fa2..ed64e2f997 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12352,6 +12352,7 @@ and therefore easier to read and write.")
     (build-system pyproject-build-system)
     (arguments
      (list
+      #:tests? #f                       ; XXX: run me
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'build 'no-/bin/sh

Reply via email to