Drop explicit dependency on python-subunit

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

Change-Id: I452ddd382fe431fa2c7f0758ac81d7f3b5546ff3
This commit is contained in:
Takashi Kajinami
2025-06-10 21:16:29 +09:00
parent 7f2e5ea696
commit fa970e5894

View File

@@ -1,6 +1,5 @@
coverage>=4.0,!=4.4 # Apache-2.0
python-memcached>=1.56 # PSF
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT