From 46b224abf1c6f7c9bd579806f202a019e2695b29 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 10 May 2013 10:23:47 -0400 Subject: Set EVENTLET_NO_GREENDNS=yes in tox.ini. This should allow tests to pass on Centos 6 without the 6219f94 commit which functionally breaks swift. Change-Id: I4a6d07abf5159d3daa4c8f9bf94e60d730ccd300 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 102a556c..d2669cce 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py26,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir} + EVENTLET_NO_GREENDNS=yes NOSE_WITH_OPENSTACK=1 NOSE_OPENSTACK_COLOR=1 NOSE_OPENSTACK_RED=0.05 -- cgit