gnu: rust-chrono-tz-0.6: Fix test suite.
* gnu/packages/crates-io.scm (rust-chrono-tz-0.6)[arguments]: Add cargo-test-flags. Change-Id: I03b05839dd5e1ea7e1e875234dadd2e58423aa6a
parent
841e06e204
commit
22688cbc49
|
@ -12636,7 +12636,10 @@ Python arrow.humanize.")
|
||||||
(base32 "1pmv434fhw9pwiqc12pvgaiskrq4v1dh1f238gfsg48r301r5hr9"))))
|
(base32 "1pmv434fhw9pwiqc12pvgaiskrq4v1dh1f238gfsg48r301r5hr9"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-test-flags
|
||||||
|
(list "--release" "--"
|
||||||
|
"--skip=tests::second_offsets")
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-chrono" ,rust-chrono-0.4)
|
(("rust-chrono" ,rust-chrono-0.4)
|
||||||
("rust-chrono-tz-build" ,rust-chrono-tz-build-0.0.3)
|
("rust-chrono-tz-build" ,rust-chrono-tz-build-0.0.3)
|
||||||
("rust-phf" ,rust-phf-0.11)
|
("rust-phf" ,rust-phf-0.11)
|
||||||
|
|
Reference in New Issue