set locale to utf8

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-08 00:42:10 +02:00
parent 5e36ac39b7
commit 6c5724b26f
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -108,6 +108,7 @@ ln -s %{pypi_name}-2 %{buildroot}%{_bindir}/%{pypi_name}
%if ! %{with bootstrap}
%check
export LC_ALL=C.UTF-8
rm setup.cfg
%if %{with python2}
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-2 -v --ignore build