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: Iacfc706dc2a0c5d845c7473d7e0123c20a2b20ee
This commit is contained in:
Hervé Beraud 2020-06-09 01:22:41 +02:00
parent 0317054c51
commit d46e3cf3e4
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
# Testing Requirements
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
nodeenv>=0.9.4 # BSD
selenium>=2.50.1 # Apache-2.0
xvfbwrapper>=0.1.3 #license: MIT