From b9f08915f8b8d2f672a2763bb758d7d0c9dbe59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 9 Jun 2020 12:05:31 +0200 Subject: Use unittest.mock instead of mock The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we can use the standard lib unittest.mock module instead. Change-Id: Ida35e5f79ee17ef8ac6ea2186019ddd4040ec882 --- lower-constraints.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lower-constraints.txt') diff --git a/lower-constraints.txt b/lower-constraints.txt index 28180d6..3631459 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -28,7 +28,6 @@ keystoneauth1==3.4.0 linecache2==1.0.0 MarkupSafe==1.0 mccabe==0.2.1 -mock==2.0.0 monotonic==0.6 mox3==0.20.0 msgpack-python==0.4.0 -- cgit v1.2.1