summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-05-24 08:33:03 -0700
committerTim Burke <tim.burke@gmail.com>2019-06-17 13:22:11 -0700
commit6374734d7d0f76d863afb167637d0b590316e306 (patch)
tree85ce063e4e34ad083ca98d0dfc5f8cc34f3e89fd /tox.ini
parentbc19dd1649115d9c83e2c939bcca990acfe7867c (diff)
downloadswift-6374734d7d0f76d863afb167637d0b590316e306.tar.gz
Stop manually installing eventlet for our py3 tests
0.25.0 is now included in upper-constraints.txt Related-Change: I04be480829eaf67ce328b2e7f7d7e2f70aaed90e Change-Id: I5b8ecd82d6915d0e1cb216c423bbcc75c50a6f3d
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 21f109035..0cef1eae9 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 \
@@ -127,10 +126,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}