You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2021/04/21 00:18:04 UTC

[GitHub] [incubator-livy] shanyu commented on a change in pull request #318: [LIVY-853][BUILD] Update travis.yml use latest pip and setuptools to fix build

shanyu commented on a change in pull request #318:
URL: https://github.com/apache/incubator-livy/pull/318#discussion_r617116174



##########
File path: .travis.yml
##########
@@ -46,7 +46,7 @@ install:
   - sudo apt-get -qq install python3-pip python-dev
   - sudo apt-get -qq install libkrb5-dev
   - sudo apt-get -qq remove python-setuptools
-  - sudo pip2 -q install --upgrade "pip < 10.0.0" "setuptools < 36"
+  - sudo pip2 -q install --upgrade pip setuptools
   - sudo python3 -m pip -q install --upgrade "pip < 10.0.0" "setuptools < 36"

Review comment:
       Should we also remove this version limit for python3?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org