Fedora CI: Update pluggy to avoid a missing dependency on importlib_metadata

Unfortunately, it no longer has custom toxenv
This commit is contained in:
Miro Hrončok 2019-09-12 12:52:56 +02:00
parent f3157b5237
commit 23901d999a

View File

@ -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