Sfoglia il codice sorgente

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

Contributed by Akira Ajisaka.
Akira Ajisaka 6 anni fa
parent
commit
af069b617c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
 
 ####