diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-10-18 08:30:14 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-10-18 11:36:31 +0300 |
| commit | 003dc790fdccb2e762edbe09abbc1b6f24f18de0 (patch) | |
| tree | f2032bb94b2ff3ba3615d41f7b37e5b2d0221239 /gnu/packages/python-crypto.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-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index f7f8a60d230..b787d6207f8 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -362,7 +362,6 @@ risk.") | |||
| 362 | (build-system cargo-build-system) | 362 | (build-system cargo-build-system) |
| 363 | (arguments | 363 | (arguments |
| 364 | (list | 364 | (list |
| 365 | #:tests? #~(not (%current-target-system)) | ||
| 366 | #:phases | 365 | #:phases |
| 367 | #~(modify-phases %standard-phases | 366 | #~(modify-phases %standard-phases |
| 368 | (add-after 'install 'build-python-module | 367 | (add-after 'install 'build-python-module |
| @@ -569,7 +568,6 @@ ciphers, message digests and key derivation functions.") | |||
| 569 | (guix build utils) | 568 | (guix build utils) |
| 570 | (srfi srfi-1) | 569 | (srfi srfi-1) |
| 571 | (ice-9 match)) | 570 | (ice-9 match)) |
| 572 | #:tests? #~(not (%current-target-system)) | ||
| 573 | #:install-source? #f | 571 | #:install-source? #f |
| 574 | ;; As seen in noxfile.py | 572 | ;; As seen in noxfile.py |
| 575 | #:cargo-test-flags ''("--release" "--no-default-features") | 573 | #:cargo-test-flags ''("--release" "--no-default-features") |
