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] 3813c99e50

Change-Id: I7863125bfef3bd875c5dbc431b6e3da9b4dc90ae
This commit is contained in:
Takashi Kajinami
2025-06-10 15:20:36 +09:00
parent 0c98f75310
commit 73e2764d7d

View File

@@ -1,7 +1,6 @@
hacking>=7.0.0,<7.1.0 # Apache-2.0
coverage>=4.0,!=4.4 # 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
testtools>=2.2.0 # MIT