Merge "Use unittest.mock instead of mock"

This commit is contained in:
Zuul 2020-06-19 02:19:21 +00:00 committed by Gerrit Code Review
commit cad67702d6
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@ Mako==1.0.7
MarkupSafe==1.0
mccabe==0.2.1
microversion_parse==0.2.1
mock==2.0.0
monotonic==1.4
mox3==0.25.0
msgpack==0.5.6

View File

@ -16,7 +16,7 @@
from unittest import mock
from mock import MagicMock
from unittest.mock import MagicMock
from watcher.common import exception
from watcher.decision_engine.datasources import gnocchi