-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
setuptools_scm hides errors from git in some cases #136
Comments
Oh, looks like it is something weird to do with a python wrapper I have around git, simplified version that causes the failure:
If I delete the |
Oh, what I imagine is happening is the HOME environment variable isn't set, so this results in the process generating an exception - which setuptools_scm conveniently hides. I am just going to assume that is the problem, and close this ticket. |
Having said that I really don't like it when applications silently hide errors like this; if git was broken, I want to know about it. |
fixed as sidecar of #339 |
I don't understand what is going on here - it seemed to work last time I tried this. Don't understand why it can't find the git command under tox either - git is installed:
The text was updated successfully, but these errors were encountered: