This is an automated email from the ASF dual-hosted git repository.

leesf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new 1954868c [MINOR] fix travis (#362)
1954868c is described below

commit 1954868ccb185cbe9c87ec885edc208658a55869
Author: leesf <[email protected]>
AuthorDate: Mon Nov 7 10:36:05 2022 +0800

    [MINOR] fix travis (#362)
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e4634613..7a12a115 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,8 +50,7 @@ install:
   - sudo python3 -m pip -q install --upgrade "pip < 10.0.0" "setuptools < 36"
   - sudo pip2 -q install codecov cloudpickle
   - sudo python3 -m pip -q install cloudpickle
-  - sudo pip2 -q install "requests >= 2.10.0" pytest flaky flake8 
requests-kerberos
-  - sudo pip3 -q install "requests >= 2.10.0" pytest flaky requests-kerberos
+  - sudo pip2 -q install "requests >= 2.10.0" "responses >= 0.5.1" 
"futures>=3.0.5" "future>=0.15.2" pytest pytest-runner flaky flake8 
requests-kerberos
 
 script:
   - mvn $MVN_FLAG -Dmaven.javadoc.skip=true -B -V -e verify

Reply via email to