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.
This commit is contained in:
Brian C. Lane 2019-03-13 11:54:45 -07:00
parent f5286e1243
commit 5f530bd501
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 \