summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-02-19 04:23:59 +0000
committerGerrit Code Review <review@openstack.org>2020-02-19 04:23:59 +0000
commitb0308a9679137a971978c7d047f4b7d99fbd9a43 (patch)
tree278bdf788da03e3b0b27353bb95a2425cc7e0a3d
parentb757fdd0f60872bc66a7685a0a1d7eeccf4a98d9 (diff)
parent869f3a943b2a5320a5b81b0971840ed22a246edb (diff)
downloadpython-heatclient-b0308a9679137a971978c7d047f4b7d99fbd9a43.tar.gz
Merge "Remove dependency on mox3"
-rw-r--r--heatclient/tests/unit/__init__.py5
-rw-r--r--lower-constraints.txt1
-rw-r--r--test-requirements.txt1
3 files changed, 0 insertions, 7 deletions
diff --git a/heatclient/tests/unit/__init__.py b/heatclient/tests/unit/__init__.py
index b1967c8..e69de29 100644
--- a/heatclient/tests/unit/__init__.py
+++ b/heatclient/tests/unit/__init__.py
@@ -1,5 +0,0 @@
-import sys
-
-from mox3 import mox
-
-sys.modules['mox'] = mox
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 8a1c4ee..e1897e3 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -33,7 +33,6 @@ MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
monotonic==0.6
-mox3==0.20.0
msgpack-python==0.4.0
munch==2.1.0
netaddr==0.7.18
diff --git a/test-requirements.txt b/test-requirements.txt
index 39cdce8..4f6c9a3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,7 +8,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0
mock>=2.0.0 # BSD
-mox3>=0.20.0 # Apache-2.0
python-openstackclient>=3.12.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0