From c06a9ff7963e23b2c7faff89b188bd9295a753cc Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 10 Jun 2025 21:49:32 +0900 Subject: [PATCH] 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] 9fd34040363b2f0fb3de43310e4bf354c680f8c5 Change-Id: Ica2845468fd247d1bd6809d8b050ed9e7ee41101 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index fbc643d2..196498ed 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,6 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 coverage>=5.2.1 # Apache-2.0 -python-subunit>=1.4.0 # Apache-2.0/BSD psycopg2>=2.8.5 # LGPL/ZPL PyMySQL>=0.10.0 # MIT License oslotest>=4.4.1 # Apache-2.0