gnu: rust-propfuzz-macro-0.0.1: Skip tests.

* gnu/packages/crates-io.scm (rust-propfuzz-macro-0.0.1)[arguments]:
Skip the test suite.

Change-Id: Ie23b44dfa4bb7eadc64c15c529dc4c9870277949
This commit is contained in:
Efraim Flashner 2023-11-04 22:13:33 +02:00
parent 4483542c29
commit 55fd044806
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -55881,7 +55881,8 @@ (define-public rust-propfuzz-macro-0.0.1
"1xizaahjxxvcz9n91pgpji3nd7b755qgq3m2kmmg53zwjwv9nnsx"))))
(build-system cargo-build-system)
(arguments
(list #:cargo-inputs
(list #:tests? #f ; use of undeclared crate or module `propfuzz`
#:cargo-inputs
`(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))