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

commit 56262ade449ed8bffe7dcc45a214ed4094e7370b
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Fri Jul 18 00:13:34 2025 +0100

    gnu: python-distutils-extra: Do not try to run tests.
    
    Tests were never run and silently skipped before.
    
    * gnu/packages/python-xyz.scm (python-distutils-extra) [arguments]
    <tests?>: Disable them visually.
    
    Change-Id: I2003fcf69b6afff0d2133d30e18d4ccfcdf93f40
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6a239125e3..e0f283e020 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12161,6 +12161,8 @@ used as the basis for third-party packaging tools.")
        (base32
         "0lx15kcbby9zisx33p2h5hgakgwh2bvh0ibag8z0px4j6ifhs41x"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list #:tests? #f)) ;tests are outdated and broken
     (native-inputs (list python-setuptools python-wheel))
     (home-page "https://launchpad.net/python-distutils-extra/";)
     (synopsis "Enhancements to Python's distutils")

Reply via email to