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

Implement or use external parser for Python versions in Poetry specification. #215

Closed
todo bot opened this issue Dec 6, 2021 · 2 comments
Closed
Assignees

Comments

@todo
Copy link

todo bot commented Dec 6, 2021

micropipenv/micropipenv.py

Lines 653 to 658 in 0fd5a62

# TODO: Implement or use external parser for Python versions in Poetry specification.
# See for details: https://github.com/thoth-station/micropipenv/issues/187
current_python_version = "{}.{}".format(sys.version_info.major, sys.version_info.minor)
wanted_python_version = poetry_lock["metadata"]["python-versions"]
message = (
"Warning: Currently, Micropipenv is not able to parse complex Python version specifications used by Poetry. "


This issue was generated by todo based on a TODO comment in 0fd5a62 when #214 was merged. cc @frenzymadness.
@todo todo bot added the todo 🗒️ label Dec 6, 2021
@fridex
Copy link
Collaborator

fridex commented Dec 6, 2021

Closing this in favor of #33.

/close

@sesheta sesheta closed this as completed Dec 6, 2021
@sesheta
Copy link
Member

sesheta commented Dec 6, 2021

@fridex: Closing this issue.

In response to this:

Closing this in favor of #33.

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants