89
91
# isolation within the same interpreter. It's not reached on normal
90
92
# in-process run_bzr calls. If it's broken, we expect that
91
93
# TestRunBzrSubprocess may fail.
94
96
if breezy.version_info[3] == 'final':
96
98
symbol_versioning.suppress_deprecation_warnings(override=True))
100
102
self._orig_ui = breezy.ui.ui_factory
110
110
def __exit__(self, exc_type, exc_val, exc_tb):