Merge "Use unittest.mock instead of third party mock"
This commit is contained in:
commit
c53796b31a
@ -10,7 +10,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import mock
|
from unittest import mock
|
||||||
|
|
||||||
from reviewstats.tests import base
|
from reviewstats.tests import base
|
||||||
from reviewstats import utils
|
from reviewstats import utils
|
||||||
|
@ -4,4 +4,3 @@ coverage>=3.6
|
|||||||
fixtures>=0.3.14
|
fixtures>=0.3.14
|
||||||
python-subunit
|
python-subunit
|
||||||
stestr>=2.0.0
|
stestr>=2.0.0
|
||||||
mock
|
|
||||||
|
Loading…
Reference in New Issue
Block a user