Skip a test that fails with Rust 1.72 and newer

epel9 imports/e9/rust-shared_child-1.0.0-3.el9
Fabio Valentini 1 year ago
parent facf90c88b
commit d43f9c51ed
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -64,7 +64,9 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check}
%check
# * doctests try to run unversioned "python"
%cargo_test -- --lib
# * skip a test that fails with Rust 1.72 and newer:
# https://github.com/oconnor663/shared_child.rs/issues/23
%cargo_test -- --lib -- --skip test_into_inner_after_wait
%endif
%changelog

Loading…
Cancel
Save