Name: python-pytest-harvest Version: 1.10.4 Release: %autorelease Summary: Store data created during test execution and retrieve it at the end License: BSD URL: https://pypi.org/project/pytest-harvest/ Source0: %{pypi_source pytest-harvest} BuildArch: noarch BuildRequires: pyproject-rpm-macros %description Store data created during your pytest tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes. %package -n python3-pytest-harvest Summary: %{summary} %{?python_provide:%python_provide python3-pytest-harvest} %description -n python3-pytest-harvest %{summary}. %prep %autosetup -n pytest-harvest-%{version} -p1 cat >pyproject.toml <