Drop explicit dependency on python-subunit

It is no longer directly used by any test code in this repository, but
is now installed as a dependency of stestr.

It was used globally in OpenStack repos before we migrate the test
runner to stestr.

Change-Id: I3a5f40dc352ca369ae81a9df3dcda9ff5a87edfa
This commit is contained in:
Takashi Kajinami 2025-06-10 21:35:23 +09:00
parent 4fab2a6fe9
commit bb5cd2934a

View file

@ -1,6 +1,5 @@
coverage>=4.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD