From 892e5c9fca0d9e6fadd224f59fee034e16d18775 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 11 May 2018 13:56:07 -0400 Subject: [PATCH] Fix unit tests --- Dockerfile-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-tests b/Dockerfile-tests index 13e433a5..f781e2d1 100644 --- a/Dockerfile-tests +++ b/Dockerfile-tests @@ -40,7 +40,7 @@ RUN yum -y install \ rpm-build \ && yum clean all # We currently require a newer versions of these Python packages for the tests -RUN pip install --upgrade flask-sqlalchemy pytest flake8 +RUN pip install --upgrade flask-sqlalchemy pytest flake8 tox # TODO: Consider making this a volume instead COPY . . # We install the python-koji RPM but it doesn't register as installed through pip.