Accepting request 731175 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/731175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-html?expand=0&rev=5
This commit is contained in:
Yuchen Lin 2019-09-18 11:11:20 +00:00 committed by Git OBS Bridge
commit 5128da1474
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 14 02:06:22 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Define LANG in %check to fix openSUSE/SLE 15 builds
-------------------------------------------------------------------
Mon Aug 12 15:40:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -58,6 +58,7 @@ pytest plugin for generating HTML reports
%check
export PYTHONDONTWRITEBYTECODE=1
export LANG=en_US.UTF-8
%pytest
%files %{python_files}