mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-serde-xml-rs-0.6: Fix tests.
* gnu/packages/crates-io.scm (rust-serde-xml-rs-0.6)[arguments]: Add cargo-test-flags. Change-Id: Ifdcbc8383bdcabce45f9376ab975732107994fb9
This commit is contained in:
parent
7f0864fd26
commit
4b5eee35cd
1 changed files with 8 additions and 1 deletions
|
@ -67350,7 +67350,14 @@ (define-public rust-serde-xml-rs-0.6
|
|||
(base32 "10i7dvd0c1clj4jbljd08qs8466nlymx7ma7k3ncksx1rn7affpv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags
|
||||
(list "--release" "--"
|
||||
"--skip=test_doctype"
|
||||
"--skip=test_hugo_duncan"
|
||||
"--skip=test_hugo_duncan2"
|
||||
"--skip=test_namespaces"
|
||||
"--skip=whitespace_preserving_config")
|
||||
#:cargo-inputs
|
||||
(("rust-log" ,rust-log-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
|
|
Loading…
Reference in a new issue