From 98095d406ac5b363807385404afce207f29e620b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 18 May 2022 11:42:58 +0100 Subject: requirements: Remove explicit python-subunit dependency We don't rely on this ourselves and stestr will bring it in for us. Change-Id: I51f305ac080c41463081e7039421d238b81f5d95 Signed-off-by: Stephen Finucane --- test-requirements.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 686ff61..75f4d52 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -python-subunit>=1.0.0 # Apache-2.0/BSD stestr>=1.0.0 # Apache-2.0 testtools>=2.2.0 # MIT testscenarios>=0.4 # Apache-2.0/BSD -- cgit v1.2.1