Fix ansible stable pin in tox test
We want to use the latest version from the stable-2.5 branch, not pin to 2.5.0 which has some issues that break our tests. Change-Id: If7bab97191c5a29bac79e3f3ecaf10bfe0eac6b5
This commit is contained in:
parent
b7af5789c3
commit
bea73746c8
2
tox.ini
2
tox.ini
@ -68,7 +68,7 @@ deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
ansible<=2.5
|
||||
ansible<2.6
|
||||
commands = {toxinidir}/extras/run-ansible-tests.sh -e {envdir} {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
|
Loading…
x
Reference in New Issue
Block a user