Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we can use the standard lib unittest.mock module instead. Change-Id: Ib353cf9878334d91e551bf75121413c6fb2222eachanges/57/734457/2 11.0.1
parent
ab98550efd
commit
24245ce18e
Loading…
Reference in New Issue