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

commit 2bb90caa4171f9d868fd488551592f70724f3ec8
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Sep 24 20:28:02 2025 +0200

    gnu: python-test-utils: Disable tests.
    
    * gnu/packages/python-check.scm (python-test-utils)
    [arguments]<#:tests?>: Disable them.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: Ib45a88ef010749f5b18f0ae591df83baf99c5bc6
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-check.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index f06baf96fa..c95596dd4d 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3856,8 +3856,9 @@ data in a standard way.")
        (sha256
         (base32 "0cs0gyihnkj8ya4yg3ld3ly73mpxrkn2gq9acamclhqvhxsv7zd6"))))
     (build-system pyproject-build-system)
-    (native-inputs
-     (list python-setuptools python-wheel))
+    (arguments
+     (list #:tests? #f))             ; No tests, neither on pypi nor upstream.
+    (native-inputs (list python-setuptools))
     (home-page "https://github.com/Kami/python-test-utils/";)
     (synopsis "Utilities for functional and integration tests")
     (description

Reply via email to