Overview
Request 815751 accepted
- 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 accepted
- Package maintainer: dirkmueller
- Supersedes 815737
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
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 accepted request