Remove old excludes

These are detected as errors since the clean up was done[1] in
the requirements repository.

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Change-Id: I44b4569d7d7a418f1aef9411b0c79ae051a6935c
This commit is contained in:
Takashi Kajinami 2024-04-30 15:27:45 +09:00
parent fbc0a7c4a0
commit 3b0afc94d9
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# For generating sphinx documentation # For generating sphinx documentation
doc8>=0.6.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD sphinx>=2.0.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0 openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0

View File

@ -1,5 +1,5 @@
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here... # See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr!=2.1.0,>=2.0.0 # Apache-2.0 pbr>=2.0.0 # Apache-2.0
# For pretty formatting machines/state tables... # For pretty formatting machines/state tables...
PrettyTable>=0.7.2 # BSD PrettyTable>=0.7.2 # BSD

View File

@ -1,4 +1,4 @@
coverage!=4.4,>=4.0 # Apache-2.0 coverage>=4.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT testtools>=2.2.0 # MIT