Merge "Stop configuring install_command in tox."
This commit is contained in:
commit
9a3537e0a3
3
tox.ini
3
tox.ini
@ -5,7 +5,6 @@ ignore_basepython_conflict = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
install_command = pip install {opts} {packages}
|
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
@ -13,7 +12,7 @@ deps =
|
|||||||
# We want to support both vanilla stdlib and eventlet monkey patched
|
# We want to support both vanilla stdlib and eventlet monkey patched
|
||||||
whitelist_externals = env
|
whitelist_externals = env
|
||||||
commands =
|
commands =
|
||||||
lockutils-wrapper stestr run --slowest {posargs}
|
env TEST_EVENTLET=0 lockutils-wrapper stestr run --slowest {posargs}
|
||||||
env TEST_EVENTLET=1 lockutils-wrapper stestr run --slowest {posargs}
|
env TEST_EVENTLET=1 lockutils-wrapper stestr run --slowest {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user