Skip to content

Commit 03901b2

Browse files
committed
Exclude prepare.example.setup to avoid spurious mypy errors.
1 parent 96c829a commit 03901b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
collect_ignore = [
2+
# this module fails mypy tests because 'setup.py' matches './setup.py'
3+
'prepare/example/setup.py',
4+
]

0 commit comments

Comments
 (0)