From e9f7ceb420fa695822ad8a367d4d11f2d4e0bf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 13 Mar 2025 10:32:38 +0100 Subject: [PATCH] CI: Update the tested pluggy Fedora 43 no longer has pytest 7. --- tests/python-pluggy.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/python-pluggy.spec b/tests/python-pluggy.spec index 002b28d..52499e2 100644 --- a/tests/python-pluggy.spec +++ b/tests/python-pluggy.spec @@ -1,6 +1,6 @@ %global pypi_name pluggy Name: python-%{pypi_name} -Version: 0.13.0 +Version: 1.5.0 Release: 1%{?dist} Summary: The plugin manager stripped of pytest specific details @@ -30,9 +30,6 @@ Summary: %{summary} %prep %autosetup -p1 -n %{pypi_name}-%{version} -# Avoid pytest 8 for now. -# Once the compat package is removed from Fedora, we will update pluggy. -sed -i 's/{env:_PYTEST_DEP:pytest}$/{env:_PYTEST_DEP:pytest<8}/' tox.ini %generate_buildrequires