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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-11-01 00:37:27 +01:00 committed by Sharlatan Hellseher
parent e8f99a1f69
commit 8c8fa89387
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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