summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2020-06-09 00:06:28 +0200
committerHervé Beraud <hberaud@redhat.com>2020-06-09 00:06:28 +0200
commit9d20d60e891f8962347da93676684c8e6d2760b8 (patch)
tree4f4ca5902886949ff537878db6583a92f1727f98
parentd1dc0902a9a55378d13f7b2ba9238152e289a5af (diff)
downloadcliff-9d20d60e891f8962347da93676684c8e6d2760b8.tar.gz
drop mock from lower-constraints and requirements
The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we don't need it in lower-constraints and requirements. These changes will help us to drop `mock` from openstack/requirements Change-Id: I81e07cd68e370422675b939863138e23de444eef
-rw-r--r--lower-constraints.txt1
-rw-r--r--test-requirements.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 4f33016..18dba4f 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -12,7 +12,6 @@ imagesize==0.7.1
Jinja2==2.10
linecache2==1.0.0
MarkupSafe==1.0
-mock==2.0.0
pbr==2.0.0
prettytable==0.7.2
Pygments==2.2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d013b21..686ff61 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,6 @@
python-subunit>=1.0.0 # Apache-2.0/BSD
stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
-mock>=2.0.0 # BSD
testscenarios>=0.4 # Apache-2.0/BSD
coverage!=4.4,>=4.0 # Apache-2.0