From 003dc790fdccb2e762edbe09abbc1b6f24f18de0 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 18 Oct 2023 08:30:14 +0300 Subject: Revert "build: cargo-build-system: Disable tests by default." This reverts commit 37667443074a6de29f7665868f102111d62f0af9. This change needs more discussion. --- gnu/packages/python-crypto.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'gnu/packages/python-crypto.scm') 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") -- cgit v1.2.3