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
Implement instance USE_SHELL lookup in __getattr__
This is with the intention of making it so that Git.USE_SHELL isunittest.mock.patch patchable. However, while this moves in theright direction, it can't be done this way, as the attribute isfound to be absent on the class, so when unittest.mock.patchunpatches, it tries to delete the attribute it has set, whichfails due to the metaclass's USE_SHELL instance property having nodeleter.