tests: Fix skipping with multiple platform markers.
This commit is contained in:
parent
240e271b0d
commit
2c719006cf
@ -57,7 +57,7 @@ def _apply_platform_markers(item):
|
||||
|
||||
for searched_marker, condition, default_reason in markers:
|
||||
marker = item.get_marker(searched_marker)
|
||||
if not marker:
|
||||
if not marker or not condition:
|
||||
continue
|
||||
|
||||
if 'reason' in marker.kwargs:
|
||||
|
Loading…
Reference in New Issue
Block a user