gnu: rust-unsafe-libyaml-0.2: Skip tests.

* gnu/packages/crates-io.scm (rust-unsafe-libyaml-0.2)[arguments]: Skip
the test suite.

Change-Id: Ieaa75e65906db31cccc5d714af8933fbb157e00e
This commit is contained in:
Efraim Flashner 2024-01-05 15:28:53 +02:00
parent 70a31359b2
commit 9c323ea168
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -79863,7 +79863,8 @@ (define-public rust-unsafe-libyaml-0.2
"0jsyc1kqc536wpgx1js61lwj86crniqw16lyvh02va4m1f9r0k5b"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
`(#:tests? #f ; use of undeclared crate or module `unsafe_libyaml_test_suite`
#:cargo-development-inputs
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))
(home-page "https://github.com/dtolnay/unsafe-libyaml")
(synopsis "Libyaml in rust")