mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public rust-dhcproto-0.9
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue