forked from VimPlug/jedi
Now it's actually possible to specify a pytest environment for the same Python version
This commit is contained in:
@@ -147,6 +147,7 @@ class CompiledSubprocess(object):
|
||||
@property
|
||||
@memoize_method
|
||||
def _process(self):
|
||||
debug.dbg('Start environment subprocess %s', self._executable)
|
||||
parso_path = sys.modules['parso'].__file__
|
||||
args = (
|
||||
self._executable,
|
||||
|
||||
Reference in New Issue
Block a user