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
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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