3100780e1e
This change fixes the docs job to ensure we have access to development versions of tripleo-common. This is being done because we have more modules coming in which are using tripleo-common which may require unreleased versions of the package when running tests. This change adds tripleo-common as an upstream constraint which is only used in the docs and molecule test scenarios. Change-Id: Ib64307defe4d5a0e06ad862ab9f51d1da3d23312 Signed-off-by: Kevin Carter <kecarter@redhat.com>
28 lines
558 B
Plaintext
28 lines
558 B
Plaintext
# this is required for the molecule jobs
|
|
ansi2html
|
|
docker
|
|
openstacksdk
|
|
pytest
|
|
pytest-cov
|
|
pytest-html
|
|
pytest-xdist
|
|
mock
|
|
molecule>=3.0,<3.1
|
|
ruamel.yaml
|
|
testinfra
|
|
netaddr
|
|
jinja2>=2.8.0,<3
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
|
|
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
|
|
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
|
|
metalsmith>=0.13.0 # Apache-2.0
|
|
jsonschema # MIT
|
|
|
|
# Upstream requirements from constraints.txt
|
|
tripleo-common
|