You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the original importer for mock. Otherwise, the unit tests that
use importlib with context are not running in an isolated manner,
leading to various transient failures if `stestr` is not run with the
`--isolated` flag.
The unittest.mock._get_target has been changed in Python 3.11, by commit:
python/cpython@ab7fcc8
This change is needed to add support for Python 3.11 and Python 3.12
unit testing.
Change-Id: Ic73f5280116673f771f5460cdfd3702f5fbe16b5
0 commit comments