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] 47d2319144

Change-Id: Ibe6ce7d76026b89c7539e3b93fed0cfacb0c52ed
This commit is contained in:
Takashi Kajinami
2025-06-10 15:26:31 +09:00
parent 8c0112105e
commit ebcbce4325

View File

@@ -1,5 +1,4 @@
coverage>=3.6 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
oslotest>=1.10.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
betamax>=0.7.0 # Apache-2.0