Merge a commit that adds the build folder to the ignored paths

This commit is contained in:
Dave Halter
2017-12-17 21:35:39 +01:00
parent 9c0b344962
commit 27a3be3b42

View File

@@ -5,7 +5,12 @@ import pytest
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