mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: rust-pyo3-0.18: Skip additional test.
* gnu/packages/crates-io.scm (rust-pyo3-0.18)[arguments]: Skip an additional test with cargo-test-flags. Change-Id: Ifbade0722957600d88548bd31e32bd3acc0ebeda
This commit is contained in:
parent
c2010b2f0b
commit
8e90017c65
1 changed files with 2 additions and 1 deletions
|
@ -60294,7 +60294,8 @@ Python code from a Rust binary is also supported.")
|
|||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
"--skip=test_compile_errors")
|
||||
"--skip=test_compile_errors"
|
||||
"--skip=exceptions::PyUnicodeDecodeError::new_utf8")
|
||||
#:cargo-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-cfg-if" ,rust-cfg-if-1)
|
||||
|
|
Loading…
Add table
Reference in a new issue