gnu: rust-pollster-macro-0.1: Skip the tests.

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

Change-Id: Idf74b1e68f23b9891a40601c80e8d79355716fa6
This commit is contained in:
Efraim Flashner 2024-01-05 14:29:48 +02:00
parent 3b8626185d
commit 8c8fbde614
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -50660,7 +50660,8 @@ library.")
(base32 "00fk326pj6pam402ygh2srs13bbjnnyfck41155ml1ck87pz0y7a"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
`(#:tests? #f ; use of undeclared crate or module `pollster`
#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/zesterer/pollster")