From 0cbe73c4d127b044407ea804e2c67be9e509f109 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 25 Nov 2015 07:56:28 -0800 Subject: [PATCH] Remove httpretty workaround httpretty is no longer used. Remove workaround as it is no longer needed. Closes-Bug: #1519876 Change-Id: I56726c9ac7ae12279d176d66049b7f9e5eb3e54f --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 6971b2839..3ff6706fc 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 =