From 6c5724b26fd5aa3614ad3ef62fd3752c37884aac Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 8 Jul 2018 00:42:10 +0200 Subject: [PATCH] set locale to utf8 Signed-off-by: Igor Gnatenko --- python-wheel.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-wheel.spec b/python-wheel.spec index f31a22a..ab79d61 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -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