Merge "Use unittest.mock instead of third party mock"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -18,7 +18,7 @@ Test cases for the migration key manager.
|
||||
"""
|
||||
|
||||
import binascii
|
||||
import mock
|
||||
from unittest import mock
|
||||
|
||||
from oslo_config import cfg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user