Use latest release of github3.py

This release fixes the issues preventing our use of it.

Change-Id: Ife6534360cce313096596226fca123d67b2c5536
This commit is contained in:
Jesse Keating 2018-03-28 11:51:08 -07:00
parent 1243cf75f4
commit 617584ea9d
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