mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Ignore the build directory for pytest
This commit is contained in:
@@ -8,7 +8,8 @@ import jedi
|
|||||||
collect_ignore = [
|
collect_ignore = [
|
||||||
'setup.py',
|
'setup.py',
|
||||||
'__main__.py',
|
'__main__.py',
|
||||||
'jedi/evaluate/compiled/subprocess/__main__.py'
|
'jedi/evaluate/compiled/subprocess/__main__.py',
|
||||||
|
'build/',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user