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

commit 01980934af523e5caad26625bf88e3bf6649151e
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 1 00:37:27 2025 +0100

    gnu: python-axolotl-curve25519: Disable tests.
    
    * gnu/packages/python-crypto.scm (python-axolotl-curve25519)
    [arguments]<#:tests?>: Disable them, drop <#:test-backend>.
    
    Change-Id: I789d70a34ccfc347d9b7c7e911eb18e0e71397f1
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-crypto.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index cb9f538f2d..5c935575a5 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -693,7 +693,7 @@ OpenSSL library.")
     (build-system pyproject-build-system)
     (arguments
      (list
-      #:test-backend #~'unittest
+      #:tests? #f                       ; No tests.
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'relax-gcc-14-strictness

Reply via email to