- Update to 1.22.0:

* Refactor asset naming to be OS safe

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-08-12 15:43:34 +00:00
committed by Git OBS Bridge
parent ef84b2a171
commit b697f0ea8f
4 changed files with 13 additions and 6 deletions

View File

@@ -18,9 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-html
Version: 1.21.1
Version: 1.22.0
Release: 0
Summary: pytest plugin for generating HTML reports
Summary: Pytest plugin for generating HTML reports
License: MPL-2.0
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-html
@@ -57,7 +57,8 @@ pytest plugin for generating HTML reports
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
export PYTHONDONTWRITEBYTECODE=1
%pytest
%files %{python_files}
%license LICENSE