From cae86254876b54953b67b15f3d70bf461544b966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 9 Jun 2020 01:16:20 +0200 Subject: [PATCH] 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: Ia3b71f68ba1714b7b7254119c1b610b1390f7059 --- doc/requirements.txt | 1 - lower-constraints.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index b42fb237..9bdd4cec 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -6,7 +6,6 @@ testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD # The below is rewquired to build testing module reference -mock>=2.0.0 # BSD # Include horizon as test requirement horizon diff --git a/lower-constraints.txt b/lower-constraints.txt index 1954fdbe..c6564fca 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -40,7 +40,6 @@ keystoneauth1==3.4.0 linecache2==1.0.0 MarkupSafe==1.0 mccabe==0.2.1 -mock==2.0.0 monotonic==1.4 mox3==0.25.0 msgpack==0.5.6