From 3d97299ef25decb4cfe6f7cb5b630b573c0fc2ac Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 26 Sep 2023 22:42:16 +0200 Subject: [PATCH] Skip tests that fail with Rust 1.71 --- rust-bytecheck.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-bytecheck.spec b/rust-bytecheck.spec index 37e0ecf..0e563ef 100644 --- a/rust-bytecheck.spec +++ b/rust-bytecheck.spec @@ -110,7 +110,9 @@ use the "verbose" feature of the "%{crate}" crate. %if %{with check} %check -%cargo_test +# * skip tests that fail with Rust 1.71: +# https://github.com/rkyv/bytecheck/issues/32 +%cargo_test -- -- --skip "src/lib.rs" %endif %changelog