From 869f3a943b2a5320a5b81b0971840ed22a246edb Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Fri, 7 Feb 2020 00:22:05 -0500 Subject: Remove dependency on mox3 Change-Id: Ie6017be8293b36d1aedfb5cce7b76c85a8b95b63 --- heatclient/tests/unit/__init__.py | 5 ----- lower-constraints.txt | 1 - test-requirements.txt | 1 - 3 files changed, 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 -- cgit v1.2.1