We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a1f21 commit 5c0228eCopy full SHA for 5c0228e
1 file changed
tests/version/test_markers.py
@@ -412,6 +412,8 @@ def test_multi_marker_intersect_multi_with_overlapping_constraints() -> None:
412
' "Windows"'
413
)
414
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"')
417
418
def test_multi_marker_intersect_with_union_drops_union() -> None:
419
m = parse_marker('python_version >= "3" and python_version < "4"')
0 commit comments