From f8e3b10a20a51e694a42025ed247ee302ff080cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 10 Jan 2024 18:56:31 +0100 Subject: [PATCH] Enable tests --- python3.12-pluggy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.12-pluggy.spec b/python3.12-pluggy.spec index 17032de..f315934 100644 --- a/python3.12-pluggy.spec +++ b/python3.12-pluggy.spec @@ -4,11 +4,11 @@ %global pypi_name pluggy # Turn the tests off when bootstrapping Python, because pytest requires pluggy -%bcond_with tests +%bcond_without tests Name: python%{python3_pkgversion}-pluggy Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The plugin manager stripped of pytest specific details # SPDX @@ -66,6 +66,9 @@ test "$(%{python3} -c 'import pluggy; print(pluggy.__version__)')" == "%{version %changelog +* Wed Jan 10 2024 Miro Hrončok - 1.2.0-2 +- Enable tests + * Thu Oct 19 2023 Tomáš Hrnčiar - 1.2.0-1 - Initial package - Fedora contributions by: