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] ac1e5304d7

Change-Id: I786775e42b31a37e038a266e04115e38cc33cf88
This commit is contained in:
Takashi Kajinami
2025-06-10 15:25:43 +09:00
parent bcbb4f382a
commit f0e47642b9

View File

@ -2,7 +2,6 @@
eventlet>=0.18.2 # MIT
coverage>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD