Skip to content
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

Subdirectory property in git links #961

Closed
2 tasks done
mgawino opened this issue Mar 13, 2019 · 4 comments
Closed
2 tasks done

Subdirectory property in git links #961

mgawino opened this issue Mar 13, 2019 · 4 comments

Comments

@mgawino
Copy link

mgawino commented Mar 13, 2019

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Poetry does not allow for installing dependencies from a VCS repository which has .toml/setup.py file not in root directory. As an example you can do that in pip by using this command: https://stackoverflow.com/a/19516714

Subdirectory property is not used when installing dependencies from a git repository. It looks like property can be extracted from git link:
https://github.com/sdispater/poetry/blob/master/poetry/packages/utils/link.py#L127
but is not taken into account after checking out a git repository. (directory is not changed to specified subdirectory). Directory switch should happen here: https://github.com/sdispater/poetry/blob/master/poetry/puzzle/provider.py#L177

@stale
Copy link

stale bot commented Nov 13, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 13, 2019
@stale
Copy link

stale bot commented Nov 20, 2019

Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one.

@stale stale bot closed this as completed Nov 20, 2019
@finswimmer
Copy link
Member

Duplicate of #755

@finswimmer finswimmer marked this as a duplicate of #755 Jan 2, 2020
Copy link

github-actions bot commented Mar 3, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants