Merge "Use unittest.mock instead of mock"

This commit is contained in:
Zuul 2021-12-15 09:35:05 +00:00 committed by Gerrit Code Review
commit 901c9b9d7d
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -12,7 +12,7 @@
import unittest
import mock
from unittest import mock
import requires