Name: python-pytest-sugar Version: 0.9.6 Release: %mkrel 1 Summary: Pretty printer for pytest progress License: BSD Source0: https://files.pythonhosted.org/packages/source/p/pytest-sugar/pytest-sugar-%{version}.tar.gz BuildRequires: python3dist(pytest) BuildRequires: python3dist(setuptools) BuildRequires: python3dist(termcolor) BuildRequires: fdupes BuildRequires: python3-rpm-macros Requires: python3dist(pytest) Requires: python3dist(termcolor) BuildArch: noarch %description This plugin extends Pytest by showing failures and errors instantly adding a progress bar, improving the test results, and making the output look better. %prep %setup -n pytest-sugar-%{version} %build %py3_build %install %py3_install %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %license LICENSE %doc README.md %{python_sitelib}/__pycache__/*.pyc %{python_sitelib}/pytest_sugar.py %{python_sitelib}/pytest_sugar-%{version}*-info