Use jedi less in the tests.

This commit is contained in:
Dave Halter
2017-05-15 13:53:30 -04:00
parent f784e28eec
commit 206dfd113b
6 changed files with 16 additions and 93 deletions

View File

@@ -4,7 +4,7 @@ import pytest
import jedi
from jedi import debug
from jedi.common import splitlines
from parso.utils import splitlines
from jedi import cache
from parso.cache import parser_cache
from parso.python import load_grammar