updated pinning to prevent breaking changes (#4783)
* updated ansible pinning to prevent more possibilities of breaking changes * more exact pinning of ansible version * more exact pinning of ansible version and also all the rest * added testing requirements.txt pinning settings * removed boto from testing requirements.txt
This commit is contained in:
parent
8485136f9a
commit
872b37f751
2 changed files with 12 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
ansible>=2.7.8
|
ansible==2.7.8
|
||||||
jinja2>=2.9.6
|
jinja2==2.10.1
|
||||||
netaddr
|
netaddr==0.7.19
|
||||||
pbr>=1.6
|
pbr==5.2.0
|
||||||
hvac
|
hvac==0.8.2
|
||||||
jmespath
|
jmespath==0.9.4
|
||||||
ruamel.yaml
|
ruamel.yaml==0.15.96
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
-r ../requirements.txt
|
-r ../requirements.txt
|
||||||
yamllint
|
yamllint==1.15.0
|
||||||
apache-libcloud==2.2.1
|
apache-libcloud==2.2.1
|
||||||
boto==2.9.0
|
tox==3.11.1
|
||||||
tox
|
dopy==0.3.7
|
||||||
dopy
|
PyCrypto==2.6.1
|
||||||
PyCrypto
|
|
||||||
ansible-lint==4.1.0
|
ansible-lint==4.1.0
|
||||||
openshift
|
openshift==0.8.8
|
||||||
|
|
Loading…
Reference in a new issue