Skip to content

Commit

Permalink
Stop manually installing eventlet for our py3 tests
Browse files Browse the repository at this point in the history
0.25.0 is now included in upper-constraints.txt

Related-Change: I04be480829eaf67ce328b2e7f7d7e2f70aaed90e
Change-Id: I5b8ecd82d6915d0e1cb216c423bbcc75c50a6f3d
  • Loading branch information
tipabu committed Jun 17, 2019
1 parent bc19dd1 commit 6374734
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 6374734

Please sign in to comment.