summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-20 19:19:46 +0000
committerGerrit Code Review <review@openstack.org>2019-06-20 19:19:46 +0000
commit38e79890d11bed8aa8cd7bda9adbf91b8f3c902f (patch)
tree72c6f2fe29bb890eca22996eeadf72adcb8c6f01 /tox.ini
parentda08e208f615fbec87a5cad9f2ff54c80dbf260f (diff)
parent6374734d7d0f76d863afb167637d0b590316e306 (diff)
downloadswift-38e79890d11bed8aa8cd7bda9adbf91b8f3c902f.tar.gz
Merge "Stop manually installing eventlet for our py3 tests"
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 b86766cd3..4d740c47c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,7 +36,6 @@ setenv = VIRTUAL_ENV={envdir}
commands =
find . ( -type f -o -type l ) -name "*.py[c|o]" -delete
find . -type d -name "__pycache__" -delete
- pip install -U eventlet@git+https://github.com/eventlet/eventlet.git
nosetests {posargs:\
test/unit/account \
test/unit/cli \
@@ -119,10 +118,7 @@ commands = ./.functests {posargs}
[testenv:func-py3]
basepython = python3
-# Need to pick up (unreleased as of 2019-03) commit:
-# https://github.com/eventlet/eventlet/commit/f0bc79e
commands =
- pip install -U eventlet@git+https://github.com/eventlet/eventlet.git
nosetests {posargs: \
test/functional/test_symlink.py \
test/functional/tests.py}