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

Remove parametrize test for failed test #758

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

eamanu
Copy link
Contributor

@eamanu eamanu commented Sep 13, 2024

In CPython3.12.6 urllib.parse.urlunsplit() was modified to preserve relative path in URL without netloc. poetry-core use this method to check the links in requirements. This patch remove that parametrize test.

Resolves: python-poetry#9678

In CPython3.12.6 urllib.parse.urlunsplit() was modified to preserve relative path
in URL without netloc. poetry-core use this method to check the links in requirements.
This patch remove that parametrize test.
@Secrus Secrus merged commit bd1ce35 into python-poetry:main Sep 13, 2024
20 checks passed
@eamanu eamanu deleted the fix-9678 branch September 21, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[poetry-core] test_invalid_requirement[name @ file:.-invalid URL] failing with Python 3.12.6
2 participants