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: Ie514d4e5d2b7f7a23d33935ae0d2649c99fca724
This commit is contained in:
Hervé Beraud 2020-06-09 10:50:59 +02:00 committed by Jonathan Rosser
parent d2521a7c40
commit 3ef336f85b

Diff Content Not Available