From bb5cd2934a2e1d030095bf945aae914be7ec074f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 10 Jun 2025 21:35:23 +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: I3a5f40dc352ca369ae81a9df3dcda9ff5a87edfa --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 114c44b..df9a736 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,5 @@ coverage>=4.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD testtools>=2.2.0 # MIT stestr>=2.0.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD