Update tests/test_ida_features.py

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Yacine
2023-08-15 12:26:19 +02:00
committed by GitHub
parent a5a1a0bfee
commit d71ecc7a79

View File

@@ -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")