-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
get_vcs fails if git is not installed #2107
Labels
kind/bug
Something isn't working as expected
Comments
jr314159
referenced
this issue
Feb 28, 2020
…1946) (#1947) * fix (builder): take `self._original_path` if available to find `.git` folder * change (vcs): use `git rev-parse --show-toplevel` to find git root folder * fix (vcs): change back to original working dir after finding vcs * change (builder): introduce self._original_path to keep original path if(vcs): resolve directory for `get_vcs`
3 tasks
i think poetry shouldn't depend on an expected binary, but rather use dulwich or another Python library. |
Ah looks like #2105 will resolve this once merged |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
-vvv
option).Issue
I am using poetry with tox. This commit breaks tox+poetry in an environment where git is not installed. ab66bb9
Reverting to version 1.0.3 solves the issue.
My tox.ini looks like this:
The text was updated successfully, but these errors were encountered: