From 55595f80acc5a46b57a8f1333299bfd17cb34af0 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 23 Jul 2023 22:26:15 +0200 Subject: [PATCH] Disable tests on Fedora 39+ (broken with Cython 3.0.0) --- rust-cbindgen.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust-cbindgen.spec b/rust-cbindgen.spec index f95768d..be61961 100644 --- a/rust-cbindgen.spec +++ b/rust-cbindgen.spec @@ -1,5 +1,10 @@ # Generated by rust2rpm 24 +# * tests are completely broken with Cython 3.0.0 on Fedora 39+ +%if 0%{?fedora} >= 39 +%bcond_with check +%else %bcond_without check +%endif %global crate cbindgen