Overview
Request 815737 superseded
- make sure UTF8 locale is used when runnning tests
* Sometimes functional tests executed in python3 failed if stdout was not
set to UTF-8. The error message was:
ValueError: underlying buffer has been detached
- Created by jtomasiak
- In state superseded
- Package maintainer: dirkmueller
- Superseded by 815751
Request History
jtomasiak created request
- make sure UTF8 locale is used when runnning tests
* Sometimes functional tests executed in python3 failed if stdout was not
set to UTF-8. The error message was:
ValueError: underlying buffer has been detached
scarabeus_iv declined request
if you need to support it on SLE12 then just add "export LANG=en_US.UTF8' as is done in bunch of other pkgs that exhibit this problem.
Also please do not override the header copyright with old deprecated one.
I reproduced the problem with
LANG=C python3 setup.py test
on: python3-3.4.10-25.45.1.x86_64 python3-setuptools-18.0.1-4.8.1.noarch The problem doesn't happen on: python3-3.6.10-lp151.6.7.1.x86_64 python3-setuptools-40.5.0-lp151.1.1.noarch