me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2023-12-27 07:54:44 +02:00
parent c2010b2f0b
commit 8e90017c65
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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)