Disable tests on RHEL9 to avoid pulling in the test dependencies

This commit is contained in:
Charalampos Stratakis 2021-03-10 17:38:54 +01:00
parent 98179339c8
commit efbd9d6bd7

View File

@ -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 <cstratak@redhat.com> - 5.0.1-2
- Disable tests on RHEL9 to avoid pulling in the test dependencies
* Fri Jan 29 2021 Miro Hrončok <mhroncok@redhat.com> - 5.0.1-1
- Update to 5.0.1
- Fixes: rhbz#1907070