Skip to content

Commit 73f70f9

Browse files
author
BenjamenMeyer
committed
Bug Fix: httpretty fails in py3 with wrong LC_ALL configuration
- Attempting solution on gabrielfalcao/HTTPretty#223
1 parent 6f5968e commit 73f70f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ commands = nosetests {posargs}
1212
[testenv:py34]
1313
deps = -r{toxinidir}/tools/test-requirements.txt
1414
commands = nosetests {posargs}
15+
setenv = VIRTUAL_ENV={envdir} LC_ALL = en_US.utf-8
1516

1617
[testenv:pep8]
1718
deps = setuptools>=1.1.6

0 commit comments

Comments
 (0)