diff options
| author | John L. Villalovos <john.l.villalovos@intel.com> | 2015-11-25 07:56:28 -0800 |
|---|---|---|
| committer | John L. Villalovos <john.l.villalovos@intel.com> | 2015-11-25 08:02:47 -0800 |
| commit | 0cbe73c4d127b044407ea804e2c67be9e509f109 (patch) | |
| tree | 2d3d7fec2be5c8728b3f9a97566ff83efb64aa56 /tox.ini | |
| parent | 82998c4934c6e73c116e564701262b094e0ff9e8 (diff) | |
| download | python-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.ini | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 = |
