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: Iac98e1abac61757ff143e33f0094babe42cc2e60
This commit is contained in:
Hervé Beraud 2020-06-09 01:21:20 +02:00
parent bbea70d044
commit 6462e9a129
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
mock>=2.0.0 # BSD
os-api-ref>=1.4.0 # Apache-2.0
ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD