From e7bba89f2b20358e503f34661c965ede4a6651f1 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 1 Feb 2023 15:12:53 +0100 Subject: [PATCH] Enable tests Resolves: rhbz#2157713 --- python3.11-pluggy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.11-pluggy.spec b/python3.11-pluggy.spec index 2bd40b8..b5d930d 100644 --- a/python3.11-pluggy.spec +++ b/python3.11-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.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The plugin manager stripped of pytest specific details License: MIT @@ -65,6 +65,9 @@ test "$(%{python3} -c 'import pluggy; print(pluggy.__version__)')" == "%{version %changelog +* Wed Feb 01 2023 Charalampos Stratakis - 1.0.0-2 +- Enable tests + * Wed Oct 19 2022 Charalampos Stratakis - 1.0.0-1 - Initial package - Fedora contributions by: