Merge "Use unittest.mock instead of third party mock"

This commit is contained in:
Zuul 2020-04-17 21:37:39 +00:00 committed by Gerrit Code Review
commit 4886b02380
3 changed files with 1 additions and 3 deletions

View File

@ -44,7 +44,6 @@ kombu==4.0.0
linecache2==1.0.0
MarkupSafe==1.1.0
mccabe==0.2.1
mock==2.0.0
monotonic==0.6
mox3==0.20.0
msgpack-python==0.4.0

View File

@ -14,8 +14,8 @@
#
import copy
from unittest import mock
import mock
from osc_lib import exceptions
from osc_lib import utils

View File

@ -5,7 +5,6 @@ hacking>=2.0.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
flake8-import-order>=0.13 # LGPLv3
mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0