tests: Add python3-mock and python3-sphinx_rtd_theme

Whatever was pulling them in has stopped so we need to add them to the
list.

(cherry picked from commit 5f530bd501)
(cherry picked from commit de99a43485)
This commit is contained in:
Brian C. Lane 2019-03-13 11:54:45 -07:00
parent 7a1e443aff
commit d9b55b78cb
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ RUN dnf -y install \
python3-gevent \
python3-magic \
python3-mako \
python3-mock \
python3-nose \
python3-pocketlint \
python3-pylint \
@ -18,6 +19,7 @@ RUN dnf -y install \
python3-pytoml \
python3-semantic_version \
python3-sphinx \
python3-sphinx_rtd_theme \
python3-rpmfluff \
python3-librepo \
python3-pyvmomi \