From 61288f843c2a5c2bd82899db3a9e99374c44ed65 Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Tue, 17 Jul 2018 10:11:12 -0500 Subject: [PATCH] HBASE-20905 pin pylint to 1.x in branch-1 --- dev-support/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index 146b5dfaf6..0ba8a8d498 100644 --- a/dev-support/docker/Dockerfile +++ b/dev-support/docker/Dockerfile @@ -136,7 +136,7 @@ RUN apt-get -q install --no-install-recommends -y bats #### # Install pylint #### -RUN pip install pylint +RUN pip install pylint==1.9.2 #### # Install dateutil.parser -- 2.16.1