Ensure ruamel is included when we build test environments
This change ensures that we include ruamel.yaml when we build test environments, which is required for docs. This module used to be included elsewhere however, due to recent dependency changes the package was dropped somwhere along the way. The docs test will now run anytime change change is made to our requirements files. This will ensure we're not running into these types of failures in the future. Change-Id: If3d65944a4e71fc8fba926fd0956a73429fbb172 Signed-off-by: Kevin Carter <kecarter@redhat.com>changes/99/709199/1
parent
fa62ef2edb
commit
733f8a0abd
|
@ -9,6 +9,7 @@ pytest-html
|
|||
pytest-xdist
|
||||
mock
|
||||
molecule>=3.0,<3.1
|
||||
ruamel.yaml
|
||||
testinfra
|
||||
netaddr
|
||||
jinja2>=2.8.0,<3
|
||||
|
|
|
@ -10,7 +10,9 @@
|
|||
- openstack-tox-docs: &tripleo-docs
|
||||
files:
|
||||
- ^doc/.*
|
||||
- ^molecule-requirements.txt
|
||||
- ^README.rst
|
||||
- ^requirements.txt
|
||||
- tripleo-ci-centos-7-containers-multinode: &containers_multinode
|
||||
dependencies: &deps
|
||||
- openstack-tox-linters
|
||||
|
|
Loading…
Reference in New Issue