gnu: rust-rustls-0.18: Skip tests.

* gnu/packages/crates-io.scm (rust-rustls-0.18)[arguments]: Skip the
tests.
This commit is contained in:
Efraim Flashner 2023-04-25 10:56:52 +03:00
parent 57c6d00f86
commit de54a7b55f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -52473,7 +52473,8 @@ (define-public rust-rustls-0.18
(base32
"108cf3bfw5high066shz9xrfv4jz7djdmnwqs3kwx4wfypf2c4ax"))))
(arguments
`(#:cargo-inputs
`(#:tests? #f ; Not all files included.
#:cargo-inputs
(("rust-base64" ,rust-base64-0.12)
("rust-log" ,rust-log-0.4)
("rust-ring" ,rust-ring-0.16)