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

This commit is contained in:
Zuul 2020-05-25 14:23:04 +00:00 committed by Gerrit Code Review
commit 9a9bf2e48c
2 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@
Test cases for the barbican key manager.
"""
import calendar
from unittest import mock
from barbicanclient import exceptions as barbican_exceptions
import mock
from oslo_utils import timeutils
from castellan.common import exception

View File

@ -18,7 +18,7 @@ Test cases for the migration key manager.
"""
import binascii
import mock
from unittest import mock
from oslo_config import cfg