Pin github3.py revision

The latest change on github3.py broke us [1]. As a temporary quick fix
pin it to a revision prior to this change until we have a proper way
how to deal with this.

[1] Trace:
2018-03-12 12:48:36,299 ERROR zuul.Scheduler: Exception in management event:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/github3/models.py", line 47, in __init__
    self._update_attributes(json)
  File "/usr/lib/python3.6/site-packages/github3/repos/repo.py", line 2720, in _update_attributes
    self.original_license = repo['license']
KeyError: 'license'

Change-Id: I22f62ea6b6d621a8b817542e72fe3a762a79a491
This commit is contained in:
Tobias Henkel 2018-03-12 15:05:08 +01:00
parent 66e6f9039f
commit 5b9b13a088
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ 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@develop#egg=Github3.py
git+https://github.com/sigmavirus24/github3.py.git@17d0fb972ee34f19793955aab71a12e8d4b450d9#egg=Github3.py
PyYAML>=3.1.0
paramiko>=2.0.1
GitPython>=2.1.8