aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/stress_test
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-07-06 11:02:46 -0700
committerGravatar GitHub <noreply@github.com>2016-07-06 11:02:46 -0700
commitdcca468abe87f76bcb8fd85973781612742da9df (patch)
treed4caa183b69708de881b7e98b558c55b06dced92 /tools/dockerfile/stress_test
parent014b070a9491ba483dceb9f409c3426deccc17a7 (diff)
parent4763678016a253b5ed2e33579e52b124f1d8fa21 (diff)
Merge pull request #6791 from soltanmm/pain
Make running individual Python tests less painful
Diffstat (limited to 'tools/dockerfile/stress_test')
-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