disable doctests as they seem to be broken with Rust 1.58+

epel9
Fabio Valentini 3 years ago
parent f6b76cbcdd
commit 884736ff85
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.2.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Myrrlyns utility collection
# Upstream license specification: MIT
@ -90,10 +90,14 @@ which use "std" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# * doctests seem to be broken with Rust 1.58+ for unknown reasons
%cargo_test -- --lib
%endif
%changelog
* Thu Jan 27 2022 Fabio Valentini <decathorpe@gmail.com> - 0.2.0-5
- Disable doctests as they seem to be broken with Rust 1.58+.
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

Loading…
Cancel
Save