HADOOP-16949. pylint fails in the build environment (#1926)

(cherry picked from commit e6455cc864)

Conflicts:
	dev-support/docker/Dockerfile_aarch64
This commit is contained in:
Akira Ajisaka 2020-04-04 16:52:04 +09:00
parent 17fc8e4a64
commit 11aff6c269
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 3 additions and 1 deletions

View File

@ -166,7 +166,9 @@ RUN apt-get -q update \
# Install pylint at fixed version (2.0.0 removed python2 support)
# https://github.com/PyCQA/pylint/issues/2294
####
RUN pip2 install pylint==1.9.2
RUN pip2 install \
configparser==4.0.2 \
pylint==1.9.2
####
# Install dateutil.parser