Coerce locale to UTF-8 encoding when running tests

Since 2.7.15, there is a test that shutil.copies to unicode filename.
This commit is contained in:
Miro Hrončok 2018-05-01 13:03:41 +02:00 committed by Charalampos Stratakis
parent 13c18d4f2c
commit d14f86b0d7
1 changed files with 4 additions and 0 deletions

View File

@ -1529,6 +1529,10 @@ CheckPython() {
%if %{with tests}
# no locale coercion in python2
# test_ssl:test_load_dh_params shutil.copies into unicode filename
export LC_ALL=C.utf-8
# Check each of the configurations:
%if %{with debug_build}
CheckPython \