Skip to content

update GitPython to latest version that supports Python 2.6 to fix broken test_new_update_pr#3066

Merged
wpoely86 merged 1 commit intoeasybuilders:developfrom
boegel:fix_gitpython
Oct 31, 2019
Merged

update GitPython to latest version that supports Python 2.6 to fix broken test_new_update_pr#3066
wpoely86 merged 1 commit intoeasybuilders:developfrom
boegel:fix_gitpython

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Oct 30, 2019

test_new_update_pr is currently broken with Python 2.6 after merging @lexming's PR #3062, see https://travis-ci.org/easybuilders/easybuild-framework/builds/605032445.
The GitHub tests are skipped for PRs to avoid leaking the GitHub token, so it went undetected in the PR tests.

The test fails because of a bug in GitPython, which was fixed in GitPython 2.1.8 (see gitpython-developers/GitPython#687), which apparently is also the latest version supported Python 2.6, see https://github.com/gitpython-developers/GitPython/blob/master/doc/source/changes.rst#219---dropping-support-for-python-26

@boegel boegel added the bug fix label Oct 30, 2019
@boegel boegel added this to the next release (4.0.2?) milestone Oct 30, 2019
@boegel boegel requested a review from bartoldeman October 30, 2019 18:34
@wpoely86 wpoely86 merged commit 0f1d06a into easybuilders:develop Oct 31, 2019
@boegel boegel deleted the fix_gitpython branch October 31, 2019 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants