Drop unused test requirements

python-subunit has been unused after migration to stestr[1].

Also remove a few other dependencies which are not directly used.

[1] a2091f9c65

Change-Id: I9539aa7cf53fc4fb0965dd6770071d0ff0296135
This commit is contained in:
Takashi Kajinami
2025-06-18 18:09:38 +09:00
parent d88765fe49
commit 33215144b3

View File

@@ -1,8 +1,4 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=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.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT