From 8ba81ab50582688feaff5c6acb0b519d6934b941 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 26 Jan 2025 18:19:42 +0900 Subject: [PATCH] Get rid of third party mock library It is not actually required. Change-Id: Iaf7221ecedf4f4a0a920649ea59a06362c8e5fb9 --- doc/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 87c778e2..e61ac718 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,7 +5,6 @@ reno>=3.1.0 # Apache-2.0 sphinxcontrib-apidoc>=0.2.0 # BSD # For autodoc builds -mock>=2.0.0 # BSD oslotest>=3.2.0 # Apache-2.0 pymemcache>=3.5.0 # Apache-2.0 python-binary-memcached>=0.29.0 # MIT