4daef5fbac
This pin works for python2 and python3 environments and resolves: https://github.com/ansible-community/molecule/issues/2676 We unfortunately have molecule pinned, so we won't inherit any fixes (including this one) from newer releases. Change-Id: I0548b0a20abbc8a0c0ac3c7d88c93c0180a87a77
21 lines
343 B
Plaintext
21 lines
343 B
Plaintext
# this is required for the molecule jobs
|
|
ansible
|
|
ansi2html
|
|
docker
|
|
pytest
|
|
pytest-cov
|
|
pytest-html
|
|
pytest-xdist
|
|
mock
|
|
sh>=1.12.14,<1.13
|
|
molecule==3.0a5
|
|
netaddr
|
|
jinja2>=2.8.0,<3
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx
|
|
openstackdocstheme>=1.29.2 # Apache-2.0
|
|
reno>=2.11.3 # Apache-2.0
|
|
doc8>=0.8.0 # Apache-2.0
|
|
bashate>=0.6.0 # Apache-2.0
|