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] 22a5b8b1ec

Change-Id: Ia64528e2d82bc58387377367ce4d3ecb8855a17e
This commit is contained in:
Takashi Kajinami
2025-06-10 15:22:48 +09:00
parent 48a190c844
commit ce3ba71721

View File

@@ -1,7 +1,6 @@
coverage>=4.0 # Apache-2.0
python-barbicanclient>=4.5.2 # Apache-2.0
requests-mock>=1.2.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
fixtures>=3.0.0 # Apache-2.0/BSD