guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/18: gnu: rust-pollster-macro-0.1: Skip the tests.


From: guix-commits
Subject: 12/18: gnu: rust-pollster-macro-0.1: Skip the tests.
Date: Sun, 7 Jan 2024 01:43:28 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit bfa75147fb3ebf8b92ee09aa318d59c6f0c4e1f1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jan 5 14:29:48 2024 +0200

    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
---
 gnu/packages/crates-io.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b7427d742f..dee7102671 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]