mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: rust-tokio-rustls-0.13: Skip tests.
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.13)[arguments]: Remove cargo-test-flags. Skip the tests. Change-Id: Ia28d66118fa6115fe162a1ba26f0872a54016154
This commit is contained in:
parent
787038e908
commit
d0f027073c
1 changed files with 1 additions and 2 deletions
|
@ -78328,8 +78328,7 @@ (define-public rust-tokio-rustls-0.13
|
||||||
(base32
|
(base32
|
||||||
"1d2iy01v5psvm0ygcflzjna7zwgwk36w36bfr6mqf1vpsah65jqm"))))
|
"1d2iy01v5psvm0ygcflzjna7zwgwk36w36bfr6mqf1vpsah65jqm"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; These tests require network access.
|
`(#:tests? #f ; Bundled test certificates expired
|
||||||
#:cargo-test-flags '("--release" "--" "--skip=tls12" "--skip=modern")
|
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-bytes" ,rust-bytes-0.5)
|
(("rust-bytes" ,rust-bytes-0.5)
|
||||||
("rust-futures-core" ,rust-futures-core-0.3)
|
("rust-futures-core" ,rust-futures-core-0.3)
|
||||||
|
|
Loading…
Reference in a new issue