Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
j-baker committed Jan 27, 2023
1 parent c6121a9 commit 64f0f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/version/test_markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ def test_parse_version_like_markers(marker: str, env: dict[str, str]) -> None:
assert m.validate(env)

def test_environment_markers() -> None:
# These are the platform_release markers given as examples in PEP-508
parse_marker('platform_release == "3.14.1-x86_64-linode39" or platform_release == "14.5.0" or platform_release == "1.8.0_51"')

@pytest.mark.parametrize(
Expand Down

0 comments on commit 64f0f05

Please sign in to comment.