Skip to content

Commit

Permalink
[MINOR] Fix CI breakage in python-api unit tests.
Browse files Browse the repository at this point in the history
## 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 <[email protected]>

Closes apache#279 from wypoon/CI_fix.
  • Loading branch information
wypoon authored and jerryshao committed Feb 4, 2020
1 parent 66b5833 commit f4ab5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'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',
Expand Down

0 comments on commit f4ab5ef

Please sign in to comment.