Added testtools python dependency to be able to run tests in parallel.

This commit is contained in:
axl89 2016-08-09 12:00:03 +02:00
parent 6d2c1c126e
commit f132affb99
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ RUN yum install -y \
xorg-x11-server-Xvfb; yum clean all;
RUN pip install pyvirtualdisplay
RUN pip install selenium
RUN pip install testtools
# Pandora FMS Console dependencies
RUN yum install -y \