Skip to content

Fix test-only issue with git 2.20 or later handling a clobbered tag #837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2019

Conversation

jeking3
Copy link
Contributor

@jeking3 jeking3 commented Feb 6, 2019

When we added the xenial image on Travis CI, it came with a git upgrade. Xenial usually has git 2.7.4 but the one on travis has 2.20.1. In version 2.20 there were changes around how tags can be clobbered (or not):

git/git@0bc8d71

The test suite was relying on the old behavior, so we had to adjust the test.

@jeking3
Copy link
Contributor Author

jeking3 commented Feb 6, 2019

This resolves the python 3.7 CI build issue. The Appveyor issues are known failures and will be addressed in upcoming builds. Please merge this so that I can continue submitting PRs that build on it.

@jeking3
Copy link
Contributor Author

jeking3 commented Feb 7, 2019

@Byron if you could please commit this, it fixes Travis CI. Then I will work on AppVeyor and the setup tooling issues.

@jeking3
Copy link
Contributor Author

jeking3 commented Feb 9, 2019

Could anyone possibly merge this to improve the CI experience? I have more pull request following this that will do things like clean up the errors in setup.py... but I'd like to get to a clean CI build first.

@jeking3 jeking3 mentioned this pull request Feb 18, 2019
@Byron Byron merged commit dff4bdd into gitpython-developers:master Mar 15, 2019
@jeking3 jeking3 deleted the fix-git2point20 branch March 15, 2019 11:44
@Byron Byron added this to the v2.1.12 - Bugfixes milestone Jul 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants