Drop explicit dependency on python-subunit

It is no longer directly used by any test code in this repository since
we switched to stestr[1].

It is now installed as a dependency of stestr.

[1] 1086b23454

Change-Id: I24cdf2affb06939d0c610abe7c5c97672be4124f
This commit is contained in:
Takashi Kajinami
2025-06-11 00:01:47 +09:00
parent 0d322f4b4f
commit d5df64d435

View File

@@ -2,7 +2,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
hacking>=7.0.0,<7.1.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT