You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2018/07/17 20:50:30 UTC

yetus git commit: YETUS-641. Hardcoded pylint version

Repository: yetus
Updated Branches:
  refs/heads/master 6fb09a156 -> 6c9c3d9ce


YETUS-641. Hardcoded pylint version

Signed-off-by: Allen Wittenauer <aw...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/6c9c3d9c
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/6c9c3d9c
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/6c9c3d9c

Branch: refs/heads/master
Commit: 6c9c3d9ce163cbb1350edf75bd1c22165565749e
Parents: 6fb09a1
Author: jack-alticale <ja...@altiscale.com>
Authored: Tue Jul 17 11:46:34 2018 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Tue Jul 17 13:49:44 2018 -0700

----------------------------------------------------------------------
 precommit/test-patch-docker/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/6c9c3d9c/precommit/test-patch-docker/Dockerfile
----------------------------------------------------------------------
diff --git a/precommit/test-patch-docker/Dockerfile b/precommit/test-patch-docker/Dockerfile
index c86adeb..2f54bda 100644
--- a/precommit/test-patch-docker/Dockerfile
+++ b/precommit/test-patch-docker/Dockerfile
@@ -136,7 +136,8 @@ RUN apt-get -q install --no-install-recommends -y python \
     python-pkg-resources \
     python-setuptools \
     python-wheel
-RUN pip2 install pylint
+RUN pip2 install --upgrade pip==9.0.3
+RUN pip install -v pylint==1.9.2
 
 ####
 # Install ruby, rubocop, and ruby-lint