From 5f530bd50120a57fb03d3be528559df99f021337 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 13 Mar 2019 11:54:45 -0700 Subject: [PATCH] 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. --- Dockerfile.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.test b/Dockerfile.test index ecec8675..9cd38aab 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -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 \