-
Notifications
You must be signed in to change notification settings - Fork 119
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
git as hard requirement and 3.1.0 #82
Comments
3.1.0 apparently has git has hard requirement which is problematic in the multibuild setup, downgrade until resolved issue opened at ionelmc/pytest-benchmark#82
What I had in mind when it was implemented is that users wouldn't want to silently treat missing or broken commit info extraction when they have a .git/.hg directory around. Why is this different in your case? |
Also, you seem to run tests on travis, shouldn't git bin be available there? |
3.1.0 apparently has git has hard requirement which is problematic in the multibuild setup, downgrade until resolved issue opened at ionelmc/pytest-benchmark#82
That makes sense just wasn't sure if git really was mandatory or not, seems it wasn't in 3.0.0. I do run on travis, but using multibuild to build package for linux and it appears that in that docker image I don't have git available. Installing git was also not as obvious as one would expect.. |
Hmmm ... actually you're right (it allows failures if bin exists but fails). I'll fix this. |
3.1.0 apparently has git has hard requirement which is problematic in the multibuild setup, downgrade until resolved issue opened at ionelmc/pytest-benchmark#82
Released |
New release following ionelmc/pytest-benchmark#82
Awesome, thanks, works great |
New release following ionelmc/pytest-benchmark#82
With pytest-benchmark I could on a system without git use the --benchmark-skip option to run my tests. With 3.1.0 I get traceback below. Is it intentional that git must be available even if user just wants to run the regular tests?
The text was updated successfully, but these errors were encountered: