Disable tests on Fedora 39+ (broken with Cython 3.0.0)

epel9
Fabio Valentini 2 years ago
parent de484a6704
commit 55595f80ac
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

Loading…
Cancel
Save