From 37ea383cc0fb3bdf96a6d9cd93709dc1176b0953 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 28 Jan 2024 01:46:47 +0900 Subject: [PATCH] Move reno to doc requirements ... because it's used only when generating release notes. Also a few packags in doc requirements are not actually needed. Change-Id: Ia6e406155978d4c5a4f93194c79b5d5310ce3742 --- doc/requirements.txt | 7 +------ test-requirements.txt | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 625ec03..628bbac 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,10 +1,5 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -# These are needed for docs generation openstackdocstheme>=2.2.0 # Apache-2.0 sphinx>=2.0.0,!=2.1.0 # BSD reno>=3.1.0 # Apache-2.0 -mock>=2.0.0 # BSD -fixtures>=3.0.0 # Apache-2.0/BSD +reno>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 55b7796..4f27683 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,8 +14,6 @@ oslotest>=3.2.0 # Apache-2.0 # rootwrap daemon's client should be verified to run in eventlet eventlet!=0.18.3,!=0.20.1,>=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