mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Merge a commit that adds the build folder to the ignored paths
This commit is contained in:
@@ -5,7 +5,12 @@ import pytest
|
|||||||
|
|
||||||
import jedi
|
import jedi
|
||||||
|
|
||||||
collect_ignore = ["setup.py"]
|
collect_ignore = [
|
||||||
|
'setup.py',
|
||||||
|
'__main__.py',
|
||||||
|
'jedi/evaluate/compiled/subprocess/__main__.py',
|
||||||
|
'build/',
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
# The following hooks (pytest_configure, pytest_unconfigure) are used
|
# The following hooks (pytest_configure, pytest_unconfigure) are used
|
||||||
|
|||||||
Reference in New Issue
Block a user