From a73b13f32b756722a37dd430bd0575392659e63f Mon Sep 17 00:00:00 2001 From: zhangyangyang Date: Thu, 21 Sep 2017 14:44:06 +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: I02663d8345befe44ba6aeba03ca502c185f08fbc --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b0f23e89..927c273c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,6 @@ coverage!=4.4,>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT mock>=2.0.0 # BSD pylint==1.4.5 # GPLv2 -python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=1.6.2 # BSD openstackdocstheme>=1.17.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD