Merge "Use unittest.mock instead of mock"

This commit is contained in:
Zuul 2020-07-01 05:18:10 +00:00 committed by Gerrit Code Review
commit c5a14a88cf
2 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,9 @@
# under the License.
import copy
from unittest import mock
from ironicclient.common.apiclient import exceptions as ic_exc
import mock
from oslo_config import cfg
from heat.common import exception

View File

@ -48,7 +48,6 @@ lxml==3.4.1
Mako==1.0.7
MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
monotonic==1.4
msgpack==0.5.6
munch==2.2.0