From 4ed0a2ddeaf93430f5d20e7e04d358f6e9250d6e Mon Sep 17 00:00:00 2001 From: zhangyangyang Date: Wed, 20 Sep 2017 23:27:02 +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: I75cc457ce8e47fede8a6bdaecda034722b0f5961 --- test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index c05be4b..d6507e3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,10 +5,9 @@ hacking<0.11,>=0.10.0 coverage>=3.6 -python-subunit>=0.0.18 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 oslosphinx>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18 testscenarios>=0.4 -testtools>=1.4.0 \ No newline at end of file +testtools>=1.4.0