Remove httpretty workaround

httpretty is no longer used. Remove workaround as it is no longer
needed.

Closes-Bug: #1519876
Change-Id: I56726c9ac7ae12279d176d66049b7f9e5eb3e54f
This commit is contained in:
John L. Villalovos 2015-11-25 07:56:28 -08:00
parent 82998c4934
commit 0cbe73c4d1

View File

@ -6,11 +6,6 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US
# FIXME (lucasagomes): For HTTPretty, if LC_ALL is 'C' then
# installation in a tox environment fails. Apparently it's
# fixed in httppretty >= 0.8.8 so remove this code once our
# test-requirements.txt is updated
LC_ALL=en_US.utf-8
usedevelop = True
install_command = pip install -U {opts} {packages}
deps =