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

commit e34b7df94ca643c3cd7250bd7c1963c8601a0e38
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 17:37:59 2025 +0000

    gnu: trydiffoscope: Disable missing tests.
    
    * gnu/packages/diffoscope.scm (trydiffoscope)[arguments]<tests?>: No
    tests.
    
    Change-Id: If52068ed2cec00fc0b2abea1ea2cc34b11f54ed9
---
 gnu/packages/diffoscope.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 0688017297..91348b766a 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -361,7 +361,8 @@ them in detail for later analysis.")
         (base32
          "0k698g4fws63rnav4pvfsf1hfds867xan59mmv5zw71r58lm6cxb"))))
     (arguments
-     (list #:phases
+     (list #:tests? #f
+           #:phases
            #~(modify-phases %standard-phases
                (add-after 'install 'install-doc
                  (lambda _

Reply via email to