From 57d6d7d71d1e5762f7e181cad349b2a68279202c Mon Sep 17 00:00:00 2001 From: zhangyangyang Date: Wed, 20 Sep 2017 21:37:54 +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: If830b368f94bb70e6cbce2ba8f432b060bc731ea --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7a67286..291e9f5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,6 @@ http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon coverage>=3.6 ddt>=1.0.1 # MIT django-nose>=1.2 -python-subunit>=0.0.18 nose-exclude # LGPL selenium!=2.49,!=2.50 # Apache-2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2