From 6462e9a129055edfef32f95055ecf593e0729cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 9 Jun 2020 01:21:20 +0200 Subject: [PATCH] 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: Iac98e1abac61757ff143e33f0094babe42cc2e60 --- doc/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 399823e26a..ba9d95a4aa 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,7 +5,6 @@ openstackdocstheme>=2.2.1 # Apache-2.0 reno>=3.1.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 sphinx>=2.0.0,!=2.1.0 # BSD -mock>=2.0.0 # BSD os-api-ref>=1.4.0 # Apache-2.0 ddt>=1.0.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD