summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-18 08:30:14 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-18 11:36:31 +0300
commit003dc790fdccb2e762edbe09abbc1b6f24f18de0 (patch)
treef2032bb94b2ff3ba3615d41f7b37e5b2d0221239 /gnu/packages/python-crypto.scm
parentd45992833b4c290de041afaae50eb386d5ea944e (diff)
Revert "build: cargo-build-system: Disable tests by default."
This reverts commit 37667443074a6de29f7665868f102111d62f0af9. This change needs more discussion.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index f7f8a60d23..b787d6207f 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -362,7 +362,6 @@ risk.")
(build-system cargo-build-system)
(arguments
(list
- #:tests? #~(not (%current-target-system))
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'build-python-module
@@ -569,7 +568,6 @@ ciphers, message digests and key derivation functions.")
(guix build utils)
(srfi srfi-1)
(ice-9 match))
- #:tests? #~(not (%current-target-system))
#:install-source? #f
;; As seen in noxfile.py
#:cargo-test-flags ''("--release" "--no-default-features")