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:
Henrik Skupin 2019-04-03 21:02:55 +00:00
Родитель a06828d301
Коммит 855136af7f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -109,6 +109,7 @@ class MachCommands(MachCommandBase):
jobs=None, jobs=None,
python=None, python=None,
**kwargs): **kwargs):
python = python or self.virtualenv_manager.python_path
self.activate_pipenv(pipfile=None, populate=True, python=python) self.activate_pipenv(pipfile=None, populate=True, python=python)
if test_objects is None: if test_objects is None: