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>
This commit is contained in:
Kevin Carter 2020-02-21 11:43:40 -06:00
parent fa62ef2edb
commit 733f8a0abd
No known key found for this signature in database
GPG Key ID: CE94BD890A47B20A
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ pytest-html
pytest-xdist
mock
molecule>=3.0,<3.1
ruamel.yaml
testinfra
netaddr
jinja2>=2.8.0,<3

View File

@ -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