Skip to content

Commit 656b4fe

Browse files
committedOct 8, 2014
remove python testing in system packages
It not work with virtualenv
1 parent 57a53fa commit 656b4fe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎Dockerfile

-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ RUN apt-get install -y python python-dev python-pip python-virtualenv
1111
RUN apt-get install -y python-opencv
1212
RUN apt-get install -y python-matplotlib
1313

14-
# Python Testing packages.
15-
RUN pip install mock
16-
RUN pip install nose coverage rednose nose-cov nosexcover nose_xunitmp
17-
RUN pip install watchdog
18-
RUN pip install robotframework robotframework-pabot
19-
2014
# Define working directory.
2115
WORKDIR /app
2216

0 commit comments

Comments
 (0)
Please sign in to comment.