From ba8dd811e43f470c946c51236274589239e18983 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 11 Jun 2025 00:08:11 +0900 Subject: [PATCH] Drop explicit dependency on python-subunit The library has never been used directly from any code in this repository. It was used globally before migration to stestr but this repository has been using stestr since initial project bootstrap. Note that stestr is still installed as a dependency of stestr. See [1] and [2] from manila as a reference. [1] e8bca58887880b53ab61810a414ba8d5c5643c5c [2] 8ec49f017286fa63b26401f7f3f9a6d45c1a487a Change-Id: Ib0dba08a05c4f6ba3294ebf17d0298e1d12c62bd Signed-off-by: Takashi Kajinami --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 1a63b32f..37e9c36e 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