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] 833ba0f5b8

Change-Id: Id0a4929d6c5fa23393d1863fb0f24aa8f6c98910
This commit is contained in:
Takashi Kajinami
2025-06-10 21:48:06 +09:00
parent d4d5568c97
commit f5e6420140

View File

@@ -3,6 +3,5 @@ flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT