gnu: rust-dhcproto-0.9: Skip a test.
* gnu/packages/crates-io.scm (rust-dhcproto-0.9)[arguments]: Add cargo-test-flags. Change-Id: I44ad6ec14ea42e0983459fd67dfe0b40384af2d7master
parent
0a83e426f1
commit
1707e1678f
|
@ -21227,7 +21227,9 @@ procedural macros.")
|
|||
(base32 "1hsbl77lxvxa94ihn2vna1sx2icrkch427w24a883xymhm9h9vnw"))))
|
||||
(build-system cargo-build-system)
|
||||
(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-ipnet" ,rust-ipnet-2)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
|
|
Reference in New Issue