Added testtools python dependency to be able to run tests in parallel.
This commit is contained in:
parent
6d2c1c126e
commit
f132affb99
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue