From 23901d999aa19f7caea60e2ed66adf1ba2fd192f Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Sep 12 2019 10:58:17 +0000 Subject: Fedora CI: Update pluggy to avoid a missing dependency on importlib_metadata Unfortunately, it no longer has custom toxenv --- 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