Parcourir la source

HADOOP-16151. pip install pylint fails in branch-2.8 and branch-2.9.

Contributed by Akira Ajisaka.
Akira Ajisaka il y a 6 ans
Parent
commit
af069b617c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      dev-support/docker/Dockerfile

+ 1 - 0
dev-support/docker/Dockerfile

@@ -122,6 +122,7 @@ RUN apt-get -q install --no-install-recommends -y bats
 ####
 # Install pylint
 ####
+RUN pip install isort==4.3.8
 RUN pip install pylint==1.9.2
 
 ####