gnu: rust-bitvec-0.20: Skip a test.
* gnu/packages/crates-io.scm (rust-bitvec-0.20)[arguments]: Add cargo-test-flags and skip a test. Change-Id: I949814893f193b6ecb309d3e4b14c66631f5adf5
This commit is contained in:
parent
a3f97ed64e
commit
0701eee1ae
1 changed files with 4 additions and 1 deletions
|
@ -7358,7 +7358,10 @@ streams in big-endian and little-endian formats.")
|
|||
(base32 "0j3qn0z31j06c965hs3kh41l78hxbzzsf1h46xvs3ym48i1i8x3p"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
"--skip=slice::tests::get_set")
|
||||
#:cargo-inputs
|
||||
(("rust-funty" ,rust-funty-1.1)
|
||||
("rust-radium" ,rust-radium-0.6)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
|
|
Reference in a new issue