Bump requirements.txt versions / remove ansible_python_interpreter hack (#5847)

* requirements.txt: Bump versions

Ansible 2.8+ allow ansible_python_interpreter autodetection

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>

* tests: do not force ansible_python_interpreter

we do not expect people to set ansible_python_interpreter, so we should not set it in the CI

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
Etienne Champetier
2020-04-07 04:47:44 -04:00
committed by GitHub
parent 0d2990510e
commit 2f19d964f6
3 changed files with 21 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
ansible==2.7.16
jinja2==2.10.1
ansible==2.9.6
jinja2==2.11.1
netaddr==0.7.19
pbr==5.2.0
hvac==0.8.2
jmespath==0.9.4
ruamel.yaml==0.15.96
pbr==5.4.4
hvac==0.10.0
jmespath==0.9.5
ruamel.yaml==0.16.10