mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
e8f99a1f69
commit
8c8fa89387
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue