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] ec537c49e9

Change-Id: I7fa498c837f4720dc5834071107aa464d01e1c76
This commit is contained in:
Takashi Kajinami
2025-06-10 15:21:33 +09:00
parent 49f0cd636f
commit 7d0d0c2eb0

View File

@@ -1,7 +1,6 @@
hacking>=7.0.0,<7.1.0 # Apache-2.0 hacking>=7.0.0,<7.1.0 # Apache-2.0
coverage>=4.4.1 # Apache-2.0 coverage>=4.4.1 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT testtools>=2.2.0 # MIT
testresources>=2.0.0 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD