me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-tokio-rustls-0.13)[arguments]: Add
cargo-test-flags to skip tests requiring network access.
master
Efraim Flashner 2020-10-13 09:38:11 +03:00
parent 6c522a53bd
commit 6263dc3bc0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -28907,7 +28907,9 @@ using Rustls.")
(base32
"1d2iy01v5psvm0ygcflzjna7zwgwk36w36bfr6mqf1vpsah65jqm"))))
(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.17)