From 573b33fae51a63be7f8393a9f49069f4f33763c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 6 Nov 2018 11:02:27 +0100 Subject: [PATCH] Drop LC_ALL setting, see PEP 538 https://www.python.org/dev/peps/pep-0538/ --- ipython.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index 0df4731..de4869d 100644 --- a/ipython.spec +++ b/ipython.spec @@ -189,7 +189,6 @@ mkdir -p run_tests pushd run_tests PYTHONPATH=%{buildroot}%{python3_sitelib} \ PATH="%{buildroot}%{_bindir}:$PATH" \ - LC_ALL=en_US.UTF-8 \ %{buildroot}%{_bindir}/iptest3 %{test_groups} popd