Bug 1639624 - Don't unconditionally import VirtualenvManager in python/mach_commands.py. r=froydnj
Similar reasoning to bug 1638780. Differential Revision: https://phabricator.services.mozilla.com/D76221
This commit is contained in:
@@ -25,7 +25,6 @@ from manifestparser import filters as mpf
|
||||
from mozbuild.base import (
|
||||
MachCommandBase,
|
||||
)
|
||||
from mozbuild.virtualenv import VirtualenvManager
|
||||
|
||||
from mach.decorators import (
|
||||
CommandArgument,
|
||||
@@ -240,6 +239,7 @@ class MachCommands(MachCommandBase):
|
||||
See the `--python` argument to the `mach python-test` command.
|
||||
"""
|
||||
from mozbuild.pythonutil import find_python3_executable
|
||||
from mozbuild.virtualenv import VirtualenvManager
|
||||
|
||||
default_manager = self.virtualenv_manager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user