gnu: rust-dhcproto-0.9: Skip a test.
* gnu/packages/crates-io.scm (rust-dhcproto-0.9)[arguments]: Add cargo-test-flags. Change-Id: I44ad6ec14ea42e0983459fd67dfe0b40384af2d7
This commit is contained in:
parent
0a83e426f1
commit
1707e1678f
1 changed files with 3 additions and 1 deletions
|
@ -21227,7 +21227,9 @@ procedural macros.")
|
||||||
(base32 "1hsbl77lxvxa94ihn2vna1sx2icrkch427w24a883xymhm9h9vnw"))))
|
(base32 "1hsbl77lxvxa94ihn2vna1sx2icrkch427w24a883xymhm9h9vnw"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-dhcproto-macros" ,rust-dhcproto-macros-0.1)
|
`(#:cargo-test-flags '("--release" "--"
|
||||||
|
"--skip=v6::options::tests::test_range_binsearch")
|
||||||
|
#:cargo-inputs (("rust-dhcproto-macros" ,rust-dhcproto-macros-0.1)
|
||||||
("rust-hex" ,rust-hex-0.4)
|
("rust-hex" ,rust-hex-0.4)
|
||||||
("rust-ipnet" ,rust-ipnet-2)
|
("rust-ipnet" ,rust-ipnet-2)
|
||||||
("rust-rand" ,rust-rand-0.8)
|
("rust-rand" ,rust-rand-0.8)
|
||||||
|
|
Reference in a new issue