HADOOP-16949. pylint fails in the build environment (#1926)
(cherry picked from commite6455cc864
) Conflicts: dev-support/docker/Dockerfile_aarch64 (cherry picked from commit11aff6c269
)
This commit is contained in:
parent
6a4c3fad66
commit
a6371bfdb8
|
@ -155,7 +155,9 @@ RUN apt-get -q update && apt-get -q install -y bats
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue