summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2015-11-02 18:51:13 +0100
committerJulien Danjou <julien@danjou.info>2015-11-24 13:44:58 +0100
commit867ad8d6ab0b8b5392c458732265ccb86b039d88 (patch)
tree6ce8f7e77934946f809c7288950e6c4b1754fd22 /tox.ini
parent6bc86f75ea881e5660413a9e2d67d91c1a16f8c7 (diff)
downloadceilometer-867ad8d6ab0b8b5392c458732265ccb86b039d88.tar.gz
Remove eventlet usage
This removes entirely our usage of eventlet and its ugly monkey-patching in favor of a threaded approach. Implements: remove-eventlet Change-Id: Ib5f623e2d1ff9e9254601ad091bf5b53ab32000d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 608940b9..e5f19523 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@ deps = -r{toxinidir}/requirements.txt
install_command = pip install -U {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
- EVENTLET_NO_GREENDNS=yes
OS_TEST_PATH=ceilometer/tests/unit
passenv = OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE
commands =
@@ -44,7 +43,6 @@ commands =
[testenv:functional]
setenv = VIRTUAL_ENV={envdir}
- EVENTLET_NO_GREENDNS=yes
OS_TEST_PATH=ceilometer/tests/functional/
passenv = CEILOMETER_*
commands =
@@ -52,7 +50,6 @@ commands =
[testenv:py34-functional]
setenv = VIRTUAL_ENV={envdir}
- EVENTLET_NO_GREENDNS=yes
OS_TEST_PATH=ceilometer/tests/functional/
basepython = python3.4
passenv = CEILOMETER_*
@@ -61,7 +58,6 @@ commands =
[testenv:integration]
setenv = VIRTUAL_ENV={envdir}
- EVENTLET_NO_GREENDNS=yes
OS_TEST_PATH=./ceilometer/tests/integration
OS_TEST_TIMEOUT=2400
GABBI_LIVE_FAIL_IF_NO_TEST=1