On 21 May 2015, at 9:17, [email protected] wrote:
Hi testing folks,
I have been running into a slightly confusing problem on my
Cookiecutter dev env with the latest tox version and click.
The changes regarding ENV isolation happen to break our tox suite on
Python3 envs because Python is making a guess on the preferred
encoding which happens to be 'ascii' which in turn causes a
'RuntimeError' in click.
Please see the according PR and the gist included.
https://github.com/audreyr/cookiecutter/pull/453
Given that this is a deliberate change in tox 2.0, I was thinking
whether we should spread the word (possibly reddit, twitter?!) so
other projects affected by this change are aware and update their tox
config accordingly.
Please let me know your thoughts and I'll be happy to contribute.
I just hit the same issue, but for me it happens during installation
because of unicode in the long_description. With passenv = LC_ALL, LANG
it works. Question is, should these envvars be added by default or does
everyone have to update their tox.ini?
Regards,
Florian Schulze
_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev