Skip to content

Commit 2d5aa79

Browse files
committed
Also filter out some known modules.
1 parent 1db32d0 commit 2d5aa79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_hunter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ def run():
717717
output = StringIO()
718718
with t.trace(Q(
719719
~Q(module_contains='pytest'),
720+
~Q(module_contains='hunter'),
720721
stdlib=False,
721722
action=CodePrinter(stream=output)
722723
)):

0 commit comments

Comments
 (0)