From 23901d999aa19f7caea60e2ed66adf1ba2fd192f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 12 Sep 2019 12:52:56 +0200 Subject: [PATCH] Fedora CI: Update pluggy to avoid a missing dependency on importlib_metadata Unfortunately, it no longer has custom toxenv --- tests/python-pluggy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python-pluggy.spec b/tests/python-pluggy.spec index 449c23d..df5dcd0 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.12.0 +Version: 0.13.0 Release: 1%{?dist} Summary: The plugin manager stripped of pytest specific details @@ -28,7 +28,7 @@ Summary: %{summary} %generate_buildrequires -%pyproject_buildrequires -e %{toxenv}-pytestrelease +%pyproject_buildrequires -t %build