1
0
forked from VimPlug/jedi

Now it's actually possible to specify a pytest environment for the same Python version

This commit is contained in:
Dave Halter
2018-08-04 02:00:13 +02:00
parent 71572e63cd
commit b91203820c
2 changed files with 2 additions and 5 deletions

View File

@@ -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,