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

Add support for poetry.lock in PEP517 install #8003

Closed
2 tasks done
TheoGoudout opened this issue May 25, 2023 · 3 comments
Closed
2 tasks done

Add support for poetry.lock in PEP517 install #8003

TheoGoudout opened this issue May 25, 2023 · 3 comments
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged

Comments

@TheoGoudout
Copy link

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

Feature Request

It would be nice to have the option to install dependencies strictly from poetry.lock when using pip install (via PEP517 and the poetry-core mechanic).

I have thought about it and in my opinion adding support for a PEP517 option would allow Poetry to handle this feature without breaking anything else. I guess the dependencies defined in pyproject.toml would need to be overwritten with the exact versions for each dependencies and sub-dependencies located in the poetry.lock when generating the wheel/sdist (see poetry-lock-package).

It could look something like that : pip install . --package-config use-lock=true

@TheoGoudout TheoGoudout added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels May 25, 2023
@dimbleby
Copy link
Contributor

duplicate #2778 (among others)

@Secrus
Copy link
Member

Secrus commented May 25, 2023

Closing as duplicate

@Secrus Secrus closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2023
Copy link

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 Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants