Merge "Use unittest.mock instead of third party mock"
This commit is contained in:
commit
9a9bf2e48c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user