gnu: rust-tokio-rustls-0.14: Skip network tests.

* gnu/packages/crates-io.scm (rust-tokio-rustls-0.14)[arguments]: Add
cargo-test-flags to skip tests requiring network access.
This commit is contained in:
Efraim Flashner 2020-10-13 09:36:57 +03:00
parent 3cdcdcf539
commit 6c522a53bd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -28874,7 +28874,9 @@ (define-public rust-tokio-rustls-0.14
"16l8kx3j7i3jxq36qs3hnmys6cd2zqcixc1n0kf3kymwanr32a71"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(;; These tests require network access.
#:cargo-test-flags '("--release" "--" "--skip=tls12" "--skip=modern")
#:cargo-inputs
(("rust-bytes" ,rust-bytes-0.5)
("rust-futures-core" ,rust-futures-core-0.3)
("rust-rustls" ,rust-rustls-0.18)