11
0

- 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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac405ca2fc4a55b83ca59319c69552f9bc870db2378e851633970bfc7fb93928
size 27153

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43d3a3040ee9676d215225bf8b6aaab916e388bbca7eb05c2a98f28e5cbaa30e
size 27555

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 12 15:40:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.22.0:
* Refactor asset naming to be OS safe
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 2 12:29:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Tue Jul 2 12:29:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

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