diff options
author | Efraim Flashner <[email protected]> | 2023-10-18 08:30:14 +0300 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2023-10-18 11:36:31 +0300 |
commit | 003dc790fdccb2e762edbe09abbc1b6f24f18de0 (patch) | |
tree | f2032bb94b2ff3ba3615d41f7b37e5b2d0221239 /gnu/packages/python-xyz.scm | |
parent | d45992833b4c290de041afaae50eb386d5ea944e (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.scm | 1 |
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) |