summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2015-11-25 07:56:28 -0800
committerJohn L. Villalovos <john.l.villalovos@intel.com>2015-11-25 08:02:47 -0800
commit0cbe73c4d127b044407ea804e2c67be9e509f109 (patch)
tree2d3d7fec2be5c8728b3f9a97566ff83efb64aa56 /tox.ini
parent82998c4934c6e73c116e564701262b094e0ff9e8 (diff)
downloadpython-ironicclient-0cbe73c4d127b044407ea804e2c67be9e509f109.tar.gz
Remove httpretty workaround
httpretty is no longer used. Remove workaround as it is no longer needed. Closes-Bug: #1519876 Change-Id: I56726c9ac7ae12279d176d66049b7f9e5eb3e54f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 6971b28..3ff6706 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =