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: I8e91355ee9928197900981486f240b996566ec57
This commit is contained in:
Takashi Kajinami
2025-06-10 21:37:17 +09:00
parent 559e685413
commit a8a1ed6ea2

View File

@@ -1,7 +1,6 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage>=4.4.1 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT