Enable tests

Resolves: rhbz#2157713
This commit is contained in:
Charalampos Stratakis 2023-02-01 15:12:53 +01:00
parent 35efed2a95
commit e7bba89f2b

View File

@ -4,11 +4,11 @@
%global pypi_name pluggy %global pypi_name pluggy
# Turn the tests off when bootstrapping Python, because pytest requires pluggy # Turn the tests off when bootstrapping Python, because pytest requires pluggy
%bcond_with tests %bcond_without tests
Name: python%{python3_pkgversion}-pluggy Name: python%{python3_pkgversion}-pluggy
Version: 1.0.0 Version: 1.0.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: The plugin manager stripped of pytest specific details Summary: The plugin manager stripped of pytest specific details
License: MIT License: MIT
@ -65,6 +65,9 @@ test "$(%{python3} -c 'import pluggy; print(pluggy.__version__)')" == "%{version
%changelog %changelog
* Wed Feb 01 2023 Charalampos Stratakis <cstratak@redhat.com> - 1.0.0-2
- Enable tests
* Wed Oct 19 2022 Charalampos Stratakis <cstratak@redhat.com> - 1.0.0-1 * Wed Oct 19 2022 Charalampos Stratakis <cstratak@redhat.com> - 1.0.0-1
- Initial package - Initial package
- Fedora contributions by: - Fedora contributions by: