Disable tests on RHEL9 to remove tox dependency
This commit is contained in:
parent
c19d89efff
commit
1993f2dddc
@ -1,6 +1,6 @@
|
|||||||
Name: python-iniconfig
|
Name: python-iniconfig
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Brain-dead simple parsing of ini files
|
Summary: Brain-dead simple parsing of ini files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://github.com/RonnyPfannschmidt/iniconfig
|
URL: http://github.com/RonnyPfannschmidt/iniconfig
|
||||||
@ -10,8 +10,9 @@ BuildRequires: pyproject-rpm-macros
|
|||||||
|
|
||||||
Source0: %{pypi_source iniconfig}
|
Source0: %{pypi_source iniconfig}
|
||||||
|
|
||||||
# pytest 6+ needs this and this uses pytest for tests
|
# Tests are disabled to remove the test dependencies
|
||||||
%bcond_without tests
|
# Specify --with tests to run the tests on e.g. EPEL
|
||||||
|
%bcond_with tests
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
iniconfig is a small and simple INI-file parser module
|
iniconfig is a small and simple INI-file parser module
|
||||||
@ -61,6 +62,9 @@ Summary: %{summary}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 08 2021 Charalampos Stratakis <cstratak@redhat.com> - 1.1.1-3
|
||||||
|
- Disable tests on RHEL9 to remove tox dependency
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user