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: Ifbade0722957600d88548bd31e32bd3acc0ebedamaster
parent
c2010b2f0b
commit
8e90017c65
|
@ -60294,7 +60294,8 @@ Python code from a Rust binary is also supported.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags
|
`(#:cargo-test-flags
|
||||||
'("--release" "--"
|
'("--release" "--"
|
||||||
"--skip=test_compile_errors")
|
"--skip=test_compile_errors"
|
||||||
|
"--skip=exceptions::PyUnicodeDecodeError::new_utf8")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-cfg-if" ,rust-cfg-if-1)
|
("rust-cfg-if" ,rust-cfg-if-1)
|
||||||
|
|
Reference in New Issue