Drop old excludes

These excludes were removed from the requirements repo[1] and are now
detected as errors.

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Change-Id: Ifff6c56842887621f2e5be3fb6f91fa4795a0b81
This commit is contained in:
Takashi Kajinami 2024-04-30 15:39:27 +09:00
parent 14dfe905bd
commit 781160d75b
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
pystache>=0.5.4 # MIT
PyYAML>=3.12 # MIT

View File

@ -1,9 +1,9 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx>=1.6.5,!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0 # BSD
sphinx>=1.6.5 # BSD
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT