mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: rust-tokio-sync-0.2: Skip tests.
* gnu/packages/crates-io.scm (rust-tokio-sync-0.2)[arguments]: Skip the test suite. Change-Id: Iba2a3276cc39490a0f64dde4dfed800612cec2df
This commit is contained in:
parent
4deda785e2
commit
640b81f9a6
1 changed files with 2 additions and 1 deletions
|
@ -78530,7 +78530,8 @@ (define-public rust-tokio-sync-0.2
|
|||
"1lirf9s9pibgv8cypqzlddy8q9bxfp4z29qfx83p83slhnvaw6jg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; use of undeclared crate or module `tokio_test`
|
||||
#:cargo-inputs
|
||||
(("rust-fnv" ,rust-fnv-1)
|
||||
("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
|
||||
("rust-futures-sink-preview" ,rust-futures-sink-preview-0.3)
|
||||
|
|
Loading…
Reference in a new issue