aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/stress_test/grpc_interop_stress_python
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-06-04 03:24:46 -0700
committerGravatar Masood Malekghassemi <atash@google.com>2016-07-01 10:18:45 -0700
commitac586ba21e385319a17b8150b1cd681b96807898 (patch)
treea3f7da895feff50e23909579eb61a60343d741d1 /tools/dockerfile/stress_test/grpc_interop_stress_python
parent3b5b20682bf64e2f7275adec6983d6e390e7caf2 (diff)
Remove tox
Diffstat (limited to 'tools/dockerfile/stress_test/grpc_interop_stress_python')
-rw-r--r--tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile b/tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile
index 606b765457..ee6249d381 100644
--- a/tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile
@@ -93,7 +93,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install pip --upgrade
RUN pip install virtualenv
-RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2 tox
+RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2
RUN pip install coverage