From 1bcc0b44b8a4b9fd5472cb058e3d572339ab87ce Mon Sep 17 00:00:00 2001 From: zhangyangyang Date: Thu, 21 Sep 2017 14:45:04 +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: I1c021424dcc66f1aa080e35fa51ef02bf22ed915 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 99000c8..954e02c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,6 @@ mock>=1.0,<1.1.0 pep8==1.5.7 mccabe==0.2.1 # MIT License pylint==1.4.4 # GNU GPL v2 -python-subunit>=0.0.18 pyflakes==0.8.1 testrepository>=0.0.18 testtools>=0.9.36,!=1.2.0,<2.0.0