From efbd9d6bd7d7721af3186395fce88a8386b39cb4 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 10 Mar 2021 17:38:54 +0100 Subject: [PATCH] Disable tests on RHEL9 to avoid pulling in the test dependencies --- python-setuptools_scm.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index e49126b..2ccb324 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -1,8 +1,10 @@ -%bcond_without tests +# Disable tests on RHEL9 as to not pull in the test dependencies +# Specify --with tests to run the tests e.g. on EPEL +%bcond_with tests Name: python-setuptools_scm Version: 5.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Blessed package to manage your versions by SCM tags License: MIT @@ -67,6 +69,9 @@ It also handles file finders for the supported SCMs. %changelog +* Wed Mar 10 2021 Charalampos Stratakis - 5.0.1-2 +- Disable tests on RHEL9 to avoid pulling in the test dependencies + * Fri Jan 29 2021 Miro HronĨok - 5.0.1-1 - Update to 5.0.1 - Fixes: rhbz#1907070