gnu: rust-hyper-0.13: Skip tests.
* gnu/packages/crates-io.scm (rust-hyper-0.13)[arguments]: Skip the test suite. Change-Id: I6512f5143991265143b5689c8ede5dbb447a9bb2
parent
0ab4fb0c18
commit
4b0fcbd00a
|
@ -34697,7 +34697,8 @@ SystemTime}}.")
|
||||||
(base32
|
(base32
|
||||||
"1symcnba2y03b8lj6xp2wd994lk3xyk3wizacjg5s60njzfshs1y"))))
|
"1symcnba2y03b8lj6xp2wd994lk3xyk3wizacjg5s60njzfshs1y"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; Not all files included
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-bytes" ,rust-bytes-0.5)
|
(("rust-bytes" ,rust-bytes-0.5)
|
||||||
("rust-futures-channel" ,rust-futures-channel-0.3)
|
("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||||
("rust-futures-core" ,rust-futures-core-0.3)
|
("rust-futures-core" ,rust-futures-core-0.3)
|
||||||
|
|
Reference in New Issue