15
0

Accepting request 731825 from home:jayvdb:branches:devel:languages:python

- Add LANG to %check to fix build on Leap

OBS-URL: https://build.opensuse.org/request/show/731825
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-threading?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-09-19 07:28:46 +00:00
committed by Git OBS Bridge
parent 9755160825
commit d10eafafed
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 19 03:46:05 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add LANG to %check to fix build on Leap
-------------------------------------------------------------------
Thu Mar 7 10:26:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -54,6 +54,7 @@ rm -rf click_threading.egg-info
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8
%pytest tests
%files %{python_files}