gnu: rust-toml-edit-0.19: Skip tests.

* gnu/packages/crates-io.scm (rust-toml-edit-0.19)[arguments]: Skip the
test suite.

Change-Id: I612d0866b4ac3b742ca517e5821cc96835c4eb58
This commit is contained in:
Efraim Flashner 2023-11-04 22:19:12 +02:00
parent af0acca9e8
commit 91b743724e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -79683,7 +79683,8 @@ (define-public rust-toml-edit-0.19
(sha256
(base32 "08bl7rp5g6jwmfpad9s8jpw8wjrciadpnbaswgywpr9hv9qbfnqv"))))
(arguments
`(#:cargo-inputs
`(#:tests? #f ; Not all files included.
#:cargo-inputs
(("rust-indexmap" ,rust-indexmap-2)
("rust-kstring" ,rust-kstring-2)
("rust-serde" ,rust-serde-1)