Merge "drop mock from lower-constraints and requirements"

This commit is contained in:
Zuul 2025-02-27 05:38:38 +00:00 committed by Gerrit Code Review
commit bc8a208a37
3 changed files with 2 additions and 3 deletions

@ -1,6 +1,5 @@
hacking>=7.0.0,<8.0.0
coverage>=3.6
mock>=1.0
stestr>=2.0.0 # Apache-2.0
testtools>=0.9.32

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import unittest
import mock
from unittest import mock
from swiftbench import cli

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import mock
from unittest import mock
import os
import tempfile
import unittest