Enable tests
This commit is contained in:
parent
a0c3416d7c
commit
f8e3b10a20
@ -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.2.0
|
Version: 1.2.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
|
||||||
|
|
||||||
# SPDX
|
# SPDX
|
||||||
@ -66,6 +66,9 @@ test "$(%{python3} -c 'import pluggy; print(pluggy.__version__)')" == "%{version
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 10 2024 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-2
|
||||||
|
- Enable tests
|
||||||
|
|
||||||
* Thu Oct 19 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.2.0-1
|
* Thu Oct 19 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.2.0-1
|
||||||
- Initial package
|
- Initial package
|
||||||
- Fedora contributions by:
|
- Fedora contributions by:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user