summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2023-10-18 08:30:14 +0300
committerEfraim Flashner <[email protected]>2023-10-18 11:36:31 +0300
commit003dc790fdccb2e762edbe09abbc1b6f24f18de0 (patch)
treef2032bb94b2ff3ba3615d41f7b37e5b2d0221239 /gnu/packages/python-xyz.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-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fcce6ca425..34cfc07307 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3053,7 +3053,6 @@ help formatter.")
(assoc-ref py:%standard-phases 'build))
(add-after 'build-python-module 'install-python-module
(assoc-ref py:%standard-phases 'install)))
- #:tests? #~(not (%current-target-system))
#:cargo-inputs
`(("rust-ahash" ,rust-ahash-0.8)
("rust-arrayvec" ,rust-arrayvec-0.7)