Skip to content

Commit

Permalink
fix: exclude the enum module from test_module_files
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Sep 27, 2022
1 parent 63c3d74 commit eb3c450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ def test_module_files(self):
'executing' in filename
# ignore pytest files because they break the SentinelNodeFinder
or '_pytest' in filename
or 'enum' in filename
# A file that's particularly slow
or 'errorcodes.py' in filename
# Contains unreachable code which pypy removes
Expand Down

0 comments on commit eb3c450

Please sign in to comment.