-
-
Notifications
You must be signed in to change notification settings - Fork 937
remind me what those two failures are about #259
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
Comments
I think you should assure your .travis.yml does a similar |
d'oh -- indeed some tags were missing. install -- I do install git, python-nose and -mock from packages . I have not installed flake8 and sphinx and disabled those "tests" for now (one thing at a time). |
awesome -- after tags pushed, works now: failed only on elderly precise (https://travis-ci.org/yarikoptic/GitPython/jobs/51529837)... I should actually check -- may be I am not even updating those chroots as I should before the test |
This one is fixed on Wheezy, and it showed git-python is very susceptible to the git version installed on the system now. Using the version hardcoded here is tries to understand when git started to use If you check the git version installed on that system and adjust that hardcoded version, it should work. |
that was the version in that chroot Get:48 http://us.archive.ubuntu.com/ubuntu/ precise/main git amd64 1:1.7.9.5-1 [6087 kB] |
Ok, I have made a commit which sets the hardcoded version to 1.7.0. Now your case should work. |
I'd like to make a new release this week - do you think you could recheck this issue ? |
Let's see how #277 goes -- merged your current master and created a PR for that attempt of mine. Feel free to ignore -- we could keep it as my own check before your releases to merge/push ;) |
#277 seems have passed testing under various chroots -- cool ;) With that -- I am closing this issue. |
silly me tried to reincarnate my evil attempts to setup travis to test across multiple debian/ubuntu releases via chroots... for some reason for me they all (?didn't check all but few, some have additional failures) have:
see more at https://travis-ci.org/yarikoptic/GitPython/builds/51467235
The text was updated successfully, but these errors were encountered: