summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2013-05-19 10:27:36 -0500
committerGerrit Code Review <review@openstack.org>2013-05-30 02:22:31 +0000
commit4307ddd14ca1ec42ca56acf0902ea5303f1f6639 (patch)
treed5c620c89bfa8d809175bed164d8a45e8be991d5 /tox.ini
parent489677319b416351d73044ae1336ff2a2112340e (diff)
downloadkeystone-4307ddd14ca1ec42ca56acf0902ea5303f1f6639.tar.gz
keystone-4307ddd14ca1ec42ca56acf0902ea5303f1f6639.tar.xz
keystone-4307ddd14ca1ec42ca56acf0902ea5303f1f6639.zip
Revert "Set EVENTLET_NO_GREENDNS=yes in tox.ini."
We don't need this since EVENTLET_NO_GREENDNS=yes is set in keystone.common.wsgi_server . This reverts commit 46b224abf1c6f7c9bd579806f202a019e2695b29. Change-Id: I96c2c567f68cdd509425245c7772196918b44b44
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 401ec901..08afea20 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,6 @@ 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