Merge "Use unittest.mock instead of mock"
This commit is contained in:
commit
901c9b9d7d
@ -2,6 +2,5 @@
|
||||
flake8
|
||||
stestr>=2.2.0
|
||||
charms.reactive
|
||||
mock>=1.2
|
||||
coverage>=3.6
|
||||
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
import unittest
|
||||
import mock
|
||||
from unittest import mock
|
||||
|
||||
import requires
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user