Fix readthedocs document build job for Deckhand

Currently readthedocs build is failing for DH because it runs
pip install -rtest-requirements.txt [0] when test-requirements.txt
doesn't include oslo.policy. And readthedocs can't run tox -e docs
which is what is intended to be run for documentation generation.

[0] https://readthedocs.org/projects/deckhand/builds/6351568/

Change-Id: I4ad93e41b0410c547c9fec7d6d38f3b7e7f6829f
This commit is contained in:
Felipe Monteiro 2017-12-02 16:40:04 +00:00
parent bbfe719349
commit c26ad42e9f
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ sphinx_rtd_theme==0.2.4
pifpaf==0.10.0
reno>=2.5.0 # Apache-2.0
pytest-html==1.16.0
# NOTE(fmontei): The requirement below is only included because readthedocs
# depends on it to work, since it runs pip install -rtest-requirements.txt.
oslo.policy>=1.23.0 # Apache-2.0