From e4f4588e6909e0666a093c2f367269f842b1a9f3 Mon Sep 17 00:00:00 2001 From: melissaml Date: Sun, 24 Sep 2017 04:10:20 +0800 Subject: [PATCH] cleanup test-requirements python-subunit is not used directly anywhere and it is dependency of both testrepository and os-testr (probably was used by some tox wrapper script before) Change-Id: I89279430554bc522817c4e2685afef0d95c641dd --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 360c571d2..c2aae07c5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 mock>=2.0.0 # BSD oslotest>=1.10.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT