-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
extras_require
ignores version specifier
#3163
Comments
@Fizzadar you can add the following to your [tool.poetry.build]
generate-setup-file = false |
The issue lies in thow the SdistBuilder computes extras from the |
Hi @abn Can I take this up? |
@iadi7ya is this something you are still working on? |
I am not able to figure out solution for this. |
As mentioned in #3061, feel free to discuss this on discord. Happy to give you pointers if you want to contirbute. The crux of what needs to be done is highlighted in the my comment above. |
This issue is a big misunderstanding, the actual problem is this bogus version if you replace that with so it would still be nice if poetry rejected the bad version rather than somehow interpreting it as being |
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. |
-vvv
option).Issue
The
extras_require
in the generatedsetup.py
ignores the version specified in thepyproject.toml
, leading to inconsistent/broken builds when installing a package with extras.Gist above contains full info, but specifically:
Becomes:
The text was updated successfully, but these errors were encountered: