Skip to content

Commit

Permalink
Fix test selection issue for --verifies-issues option (#15297)
Browse files Browse the repository at this point in the history
(cherry picked from commit d0baa04)
  • Loading branch information
jameerpathan111 authored and web-flow committed Jun 4, 2024
1 parent 7278d1e commit a39de74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_plugins/metadata_markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def handle_verification_issues(item, verifies_marker, verifies_issues):
verifies_args = verifies_marker.args[0]
if all(issue not in verifies_issues for issue in verifies_args):
log_and_deselect(item, '--verifies-issues')
return False
return False
return True


Expand Down

0 comments on commit a39de74

Please sign in to comment.