Skip to content

Commit 5c0228e

Browse files
committed
add explicit test for this behaviour
1 parent b8a1f21 commit 5c0228e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/version/test_markers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,8 @@ def test_multi_marker_intersect_multi_with_overlapping_constraints() -> None:
412412
' "Windows"'
413413
)
414414

415+
def test_environment_markers() -> None:
416+
parse_marker('platform_release == "3.14.1-x86_64-linode39" or platform_release == "14.5.0" or platform_release == "1.8.0_51"')
415417

416418
def test_multi_marker_intersect_with_union_drops_union() -> None:
417419
m = parse_marker('python_version >= "3" and python_version < "4"')

0 commit comments

Comments
 (0)