зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1504308 - [mach] Pass path to Python interpreter to python-tests. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D25760 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a06828d301
Коммит
855136af7f
|
@ -109,6 +109,7 @@ class MachCommands(MachCommandBase):
|
|||
jobs=None,
|
||||
python=None,
|
||||
**kwargs):
|
||||
python = python or self.virtualenv_manager.python_path
|
||||
self.activate_pipenv(pipfile=None, populate=True, python=python)
|
||||
|
||||
if test_objects is None:
|
||||
|
|
Загрузка…
Ссылка в новой задаче