From a8a1ed6ea28baec46a7efcb58101ccf8213b7aa5 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 10 Jun 2025 21:37:17 +0900 Subject: [PATCH] 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 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 089cb54a..97054478 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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