Skip to content

Commit

Permalink
Update tests/test_ida_features.py
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz <[email protected]>
  • Loading branch information
yelhamer and mr-tz authored Aug 15, 2023
1 parent a5a1a0b commit d71ecc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ida_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def nocollect(f):
return f


# although these look like pytest tests, they're not, because they doesn't run within pytest
# although these look like pytest tests, they're not, because they don't run within pytest
# (the runner is below) and they use `yield`, which is deprecated.
@nocollect
@pytest.mark.skip(reason="IDA Pro tests must be run within IDA")
Expand Down

0 comments on commit d71ecc7

Please sign in to comment.