mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-linked-hash-map-0.4: Skip tests.
* gnu/packages/crates-io.scm (rust-linked-hash-map-0.4)[arguments]: Skip the test suite. Change-Id: I4a72eb5835afda6c2f55b2376bcb2582de4327ae
This commit is contained in:
parent
3b082d8a08
commit
287448e4f1
1 changed files with 2 additions and 1 deletions
|
@ -40651,7 +40651,8 @@ (define-public rust-linked-hash-map-0.4
|
|||
(base32
|
||||
"0fd958y02ggwpa2246kmjky9xmnww7vxg0ik3rxgy23hgwlyqq3q"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; thread 'test_into_iter_drop' panicked
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
("rust-heapsize" ,rust-heapsize-0.3)
|
||||
("rust-serde" ,rust-serde-0.9)
|
||||
|
|
Loading…
Reference in a new issue