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: Ieaa75e65906db31cccc5d714af8933fbb157e00emaster
parent
70a31359b2
commit
9c323ea168
|
@ -79863,7 +79863,8 @@ clear display in the output.")
|
||||||
"0jsyc1kqc536wpgx1js61lwj86crniqw16lyvh02va4m1f9r0k5b"))))
|
"0jsyc1kqc536wpgx1js61lwj86crniqw16lyvh02va4m1f9r0k5b"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(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))))
|
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))
|
||||||
(home-page "https://github.com/dtolnay/unsafe-libyaml")
|
(home-page "https://github.com/dtolnay/unsafe-libyaml")
|
||||||
(synopsis "Libyaml in rust")
|
(synopsis "Libyaml in rust")
|
||||||
|
|
Reference in New Issue