-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73203/
-----------------------------------------------------------
(Updated Feb. 25, 2021, 6:36 p.m.)
Review request for ranger, Abhay Kulkarni, Madhan Neethiraj, Ramesh Mani,
Sailaja Polavarapu, and Velmurugan Periasamy.
Bugs: RANGER-3190
https://issues.apache.org/jira/browse/RANGER-3190
Repository: ranger
Description
-------
The python unit tests depend on the requests library which don't come
preinstalled with python3 - they need to be installed separately using pip for
ex. Therefore the code change aims to gracefully skip unit tests if requests is
not present on the machine.
Diffs
-----
intg/src/test/python/test_ranger_client.py a3306833e
Diff: https://reviews.apache.org/r/73203/diff/1/
Testing
-------
Tested on my local machine w/ and w/o requests library.
Thanks,
Abhishek Kumar