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

Fix Poetry req synthesis for URLs with markers. #18535

Merged
merged 1 commit into from Mar 21, 2023

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Mar 21, 2023

Previously the PEP-508 direct reference URL requirement synthesis ran
afoul of creating ambiguous requirement strings as detailed here:
pypa/packaging#456 (comment)

Fixes #18530

Previously the PEP-508 direct reference URL requirement synthesis ran
afoul of creating ambiguous requirement strings as detailed here:
pypa/packaging#456 (comment)

Fixes pantsbuild#18530
@jsirois jsirois added needs-cherrypick category:bugfix Bug fixes for released features labels Mar 21, 2023
@jsirois jsirois added this to the 2.15.x milestone Mar 21, 2023
@jsirois jsirois requested review from kaos and benjyw March 21, 2023 00:49
@@ -107,35 +107,43 @@ def test_handle_str(test, exp) -> None:
assert parse_str_version(test, proj_name="foo", file_path="", extras_str="") == f"foo {exp}"


def assert_equal_requirements(actual: str | None, expected: str) -> None:
assert actual is not None
assert PipRequirement.parse(expected) == PipRequirement.parse(actual)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the new test. Previously the tests were ~vacuous in that the outputs were not tested against reality, which is packaging in this case (which PipRequirement is our wrapper around).

@jsirois jsirois merged commit 54fb80b into pantsbuild:main Mar 21, 2023
17 checks passed
@jsirois jsirois deleted the issues/18530 branch March 21, 2023 02:13
jsirois added a commit to jsirois/pants that referenced this pull request Mar 21, 2023
…build#18535)

Previously the PEP-508 direct reference URL requirement synthesis ran
afoul of creating ambiguous requirement strings as detailed here:
pypa/packaging#456 (comment)

Fixes pantsbuild#18530

(cherry picked from commit 54fb80b)
jsirois added a commit to jsirois/pants that referenced this pull request Mar 21, 2023
…build#18535)

Previously the PEP-508 direct reference URL requirement synthesis ran
afoul of creating ambiguous requirement strings as detailed here:
pypa/packaging#456 (comment)

Fixes pantsbuild#18530

(cherry picked from commit 54fb80b)
jsirois added a commit to jsirois/pants that referenced this pull request Mar 21, 2023
…build#18535)

Previously the PEP-508 direct reference URL requirement synthesis ran
afoul of creating ambiguous requirement strings as detailed here:
pypa/packaging#456 (comment)

Fixes pantsbuild#18530

(cherry picked from commit 54fb80b)

[ci skip-rust]

[ci skip-build-wheels]
jsirois added a commit that referenced this pull request Mar 21, 2023
… (#18536)

Previously the PEP-508 direct reference URL requirement synthesis ran
afoul of creating ambiguous requirement strings as detailed here:
pypa/packaging#456 (comment)

Fixes #18530

(cherry picked from commit 54fb80b)
jsirois added a commit that referenced this pull request Mar 21, 2023
… (#18537)

Previously the PEP-508 direct reference URL requirement synthesis ran
afoul of creating ambiguous requirement strings as detailed here:
pypa/packaging#456 (comment)

Fixes #18530

(cherry picked from commit 54fb80b)
jsirois added a commit that referenced this pull request Mar 21, 2023
… (#18538)

Previously the PEP-508 direct reference URL requirement synthesis ran
afoul of creating ambiguous requirement strings as detailed here:
pypa/packaging#456 (comment)

Fixes #18530

(cherry picked from commit 54fb80b)

[ci skip-rust]
[ci skip-build-wheels]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure while parsing pyprojectenvironment markers
2 participants