Merge "drop mock from lower-constraints and requirements"
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
hacking>=7.0.0,<8.0.0
|
hacking>=7.0.0,<8.0.0
|
||||||
|
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
mock>=1.0
|
|
||||||
stestr>=2.0.0 # Apache-2.0
|
stestr>=2.0.0 # Apache-2.0
|
||||||
testtools>=0.9.32
|
testtools>=0.9.32
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
import unittest
|
import unittest
|
||||||
import mock
|
from unittest import mock
|
||||||
from swiftbench import cli
|
from swiftbench import cli
|
||||||
|
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import mock
|
from unittest import mock
|
||||||
import os
|
import os
|
||||||
import tempfile
|
import tempfile
|
||||||
import unittest
|
import unittest
|
||||||
|
Reference in New Issue
Block a user