Merge "Use latest release of github3.py"

This commit is contained in:
Zuul 2018-03-28 21:38:18 +00:00 committed by Gerrit Code Review
commit 66aae2f42e
2 changed files with 1 additions and 4 deletions

View File

@ -62,7 +62,6 @@ Install Zuul
git clone https://git.zuul-ci.org/zuul
cd zuul/
sudo dnf install $(bindep -b) -y
sudo pip3 install git+https://github.com/sigmavirus24/github3.py.git@develop#egg=Github3.py
sudo pip3 install .
Setup

View File

@ -1,8 +1,6 @@
pbr>=1.1.0
# pull from master until https://github.com/sigmavirus24/github3.py/pull/671
# is in a release
git+https://github.com/sigmavirus24/github3.py.git@17d0fb972ee34f19793955aab71a12e8d4b450d9#egg=Github3.py
github3.py>=1.0.2
PyYAML>=3.1.0
paramiko>=2.0.1
GitPython>=2.1.8