-
Notifications
You must be signed in to change notification settings - Fork 25
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
poetry uses version like ^0.10.4 that are not Pipfile.lock complaint. #33
Comments
See Poetry docs for more info: https://python-poetry.org/docs/versions/#version-constraints To make this fully compliant, we will need to add support for:
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale Low priority. |
/kind feature |
@goern: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Poetry natively supports a conversion to requirements.txt so we could attempt to mimic that.
This seems to be the poetry function for this export: If we are just interested in the conversion from |
Rotten issues close after 30d of inactivity. /close |
@sesheta: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks, @wjhrdy. This is valuable information. That sounds like the right way to extend the implementation. /reopen |
@fridex: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@frenzymadness is this a feature you would like to have/work on? /lifecycle frozen |
Yes, I believe that the capability of parsing such versions will be useful in many use-cases but because it's complex to implement I cannot promise a deadline. |
is this TODO still valid? |
/sig user-experience |
micropipenv/micropipenv.py
Lines 458 to 463 in 96250e2
This issue was generated by todo based on a
TODO
comment in 96250e2 when #30 was merged. cc @fridex.The text was updated successfully, but these errors were encountered: