diff --git a/conftest.py b/conftest.py index 2567fcde..f693b940 100644 --- a/conftest.py +++ b/conftest.py @@ -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