Accepting request 731303 from devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/731303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2019-09-23 10:18:14 +00:00 committed by Git OBS Bridge
commit 9ea73c648e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 14 02:08:41 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Define LANG in %check to fix openSUSE/SLE 15 testsuite
-------------------------------------------------------------------
Wed Aug 21 12:40:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -110,6 +110,7 @@ sed -r -i '1s@^#!/.*$@@' setuptools/command/easy_install.py
%check
%if %{with test}
export LANG=en_US.UTF-8
%pytest
%endif