mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: rust-hyper-rustls-0.21: Skip tests.
* gnu/packages/crates-io.scm (rust-hyper-rustls-0.21)[arguments]: Skip the test suite. Change-Id: Iad6672f9c16be033bd75172ad45fbb22881b56a8
This commit is contained in:
parent
48f72d1290
commit
672b6f5c44
1 changed files with 2 additions and 1 deletions
|
@ -34945,7 +34945,8 @@ (define-public rust-hyper-rustls-0.21
|
|||
(base32
|
||||
"1dmbj15fx6qyg26hji2jm7q9y383090jy3z9zjn5xs4f7v43qx1p"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-0.5)
|
||||
("rust-ct-logs" ,rust-ct-logs-0.7)
|
||||
("rust-futures-util" ,rust-futures-util-0.3)
|
||||
|
|
Loading…
Reference in a new issue