pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
859 stars 485 forks source link

Fixed requirements and local imports #642

Closed andrewgy8 closed 6 years ago

andrewgy8 commented 6 years ago

While trying to develop this project locally, I followed the instructions on the README. However, I kept running into issues with some imports that were either not installed or not found when developing locally.

I added some changes with backwards compatibility to allow others to easily clone the repo and run python setup.py test and have it work.