Merge "Stop manually installing eventlet for our py3 tests"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -36,7 +36,6 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
commands =
|
commands =
|
||||||
find . ( -type f -o -type l ) -name "*.py[c|o]" -delete
|
find . ( -type f -o -type l ) -name "*.py[c|o]" -delete
|
||||||
find . -type d -name "__pycache__" -delete
|
find . -type d -name "__pycache__" -delete
|
||||||
pip install -U eventlet@git+https://github.com/eventlet/eventlet.git
|
|
||||||
nosetests {posargs:\
|
nosetests {posargs:\
|
||||||
test/unit/account \
|
test/unit/account \
|
||||||
test/unit/cli \
|
test/unit/cli \
|
||||||
@@ -119,10 +118,7 @@ commands = ./.functests {posargs}
|
|||||||
|
|
||||||
[testenv:func-py3]
|
[testenv:func-py3]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
# Need to pick up (unreleased as of 2019-03) commit:
|
|
||||||
# https://github.com/eventlet/eventlet/commit/f0bc79e
|
|
||||||
commands =
|
commands =
|
||||||
pip install -U eventlet@git+https://github.com/eventlet/eventlet.git
|
|
||||||
nosetests {posargs: \
|
nosetests {posargs: \
|
||||||
test/functional/test_symlink.py \
|
test/functional/test_symlink.py \
|
||||||
test/functional/tests.py}
|
test/functional/tests.py}
|
||||||
|
Reference in New Issue
Block a user