From c42ef394dd70503fc0b12a6a2d84f1173fd2bcd7 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 28 Jan 2024 01:46:47 +0900 Subject: [PATCH] Remove unused reno from test requirements The reno library is used only when generating release notes. Also a few packags in doc requirements are not actually needed. Change-Id: Ia6e406155978d4c5a4f93194c79b5d5310ce3742 --- doc/requirements.txt | 3 --- test-requirements.txt | 2 -- 2 files changed, 5 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index b068648..3b975d2 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,6 +2,3 @@ openstackdocstheme>=2.2.0 # Apache-2.0 sphinx>=2.0.0 # BSD reno>=3.1.0 # Apache-2.0 - -mock>=2.0.0 # BSD -fixtures>=3.0.0 # Apache-2.0/BSD diff --git a/test-requirements.txt b/test-requirements.txt index e6faace..7e384b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,8 +10,6 @@ oslotest>=3.2.0 # Apache-2.0 # rootwrap daemon's client should be verified to run in eventlet eventlet>=0.18.2 # MIT -reno>=3.1.0 # Apache-2.0 - # Bandit security code scanner bandit>=1.7.0,<1.8.0 # Apache-2.0