You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by md...@apache.org on 2018/07/17 18:13:48 UTC

[4/4] hbase git commit: HBASE-20905 pin pylint to 1.x in branch-1

HBASE-20905 pin pylint to 1.x in branch-1


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/34a9b272
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/34a9b272
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/34a9b272

Branch: refs/heads/branch-1.2
Commit: 34a9b272df9c7018d1080251f3ba1ccc77e9bbf6
Parents: fe7306e
Author: Mike Drob <md...@apache.org>
Authored: Tue Jul 17 10:11:12 2018 -0500
Committer: Mike Drob <md...@apache.org>
Committed: Tue Jul 17 13:12:49 2018 -0500

----------------------------------------------------------------------
 dev-support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/34a9b272/dev-support/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 146b5df..0ba8a8d 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