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

jshao 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 f4ab5ef  [MINOR] Fix CI breakage in python-api unit tests.
f4ab5ef is described below

commit f4ab5ef5d389d5743410f5839ffc79aea8943c9c
Author: Wing Yew Poon <wyp...@cloudera.com>
AuthorDate: Tue Feb 4 16:01:52 2020 +0800

    [MINOR] Fix CI breakage in python-api unit tests.
    
    ## What changes were proposed in this pull request?
    
    Freeze python mock library at 3.0.5 to avoid pulling in 4.0.0b1.
    
    ## How was this patch tested?
    
    Existing unit tests.
    
    Author: Wing Yew Poon <wyp...@cloudera.com>
    
    Closes #279 from wypoon/CI_fix.
---
 python-api/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python-api/setup.py b/python-api/setup.py
index 3eeb323..709ff1a 100644
--- a/python-api/setup.py
+++ b/python-api/setup.py
@@ -32,6 +32,7 @@ requirements = [
     'configparser>=3.5.0',
     'future>=0.15.2',
     'futures>=3.0.5',
+    'mock~=3.0.5',
     'requests>=2.10.0',
     'responses>=0.5.1',
     'requests-kerberos>=0.11.0',

Reply via email to