Sync test requirements

Requirements in test-requirements and ones in "test" extra are not
synced. Fix the inconsistency.

Change-Id: I043ee0b8eaea5c5d4ade3747a7256fec5698aab2
This commit is contained in:
Takashi Kajinami
2025-01-13 00:53:45 +09:00
parent 6286ea4fab
commit c2f662f7c2

View File

@@ -78,9 +78,9 @@ database =
test = test =
zake>=0.1.6 # Apache-2.0 zake>=0.1.6 # Apache-2.0
pydotplus>=2.0.2 # MIT License pydotplus>=2.0.2 # MIT License
hacking<0.11,>=0.10.0 hacking<6.2.0,>=6.1.0
oslotest>=3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
mock>=2.0.0 # BSD
testtools>=2.2.0 # MIT testtools>=2.2.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD
stestr>=2.0.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0
pifpaf>=0.10.0 # Apache-2.0