From 8d0df54bc3956073034b0d7d1a9bc86f25298808 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Sun, 16 Jan 2022 20:51:01 -0800 Subject: [PATCH] Temporarily disable tests on el9 due to missing dependencies --- python-sortedcontainers.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index 650d0ef..54f2061 100644 --- a/python-sortedcontainers.spec +++ b/python-sortedcontainers.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Pure Python sorted container types License: ASL 2.0 @@ -26,7 +26,12 @@ BuildRequires: make BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools +# Temporarily disable tests on el9 due to missing dependencies (#2041316) +%if 0%{?el9} +%bcond_with tests +%else %bcond_without tests +%endif %if %{with tests} BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-matplotlib @@ -95,6 +100,9 @@ popd %changelog +* Sun Jan 16 2022 Davide Cavalca - 2.4.0-5 +- Temporarily disable tests on el9 due to missing dependencies (#2041316) + * Fri Jul 23 2021 Fedora Release Engineering - 2.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild