Accepting request 730821 from home:jayvdb:py3only

- Define LANG in %check to fix openSUSE/SLE 15 builds

OBS-URL: https://build.opensuse.org/request/show/730821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal 2019-09-16 07:42:12 +00:00 committed by Git OBS Bridge
parent b697f0ea8f
commit 70f758860b
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}