From e9a975fba6ad501f50280da671b9a2a8794474e7 Mon Sep 17 00:00:00 2001 From: zhangyangyang Date: Wed, 20 Sep 2017 22:28:21 +0800 Subject: [PATCH] Cleanup setup.cfg 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: I04a13a2fd60a57834383bf7b175458176ca7f2e8 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 019ce6d..c8eca7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,6 @@ test = hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 mock>=2.0 # BSD python-openstackclient>=3.3.0 # Apache-2.0 - python-subunit>=0.0.18 # Apache-2.0/BSD oslotest>=1.10.0 # Apache-2.0 reno>=1.8.0 # Apache-2.0 requests-mock>=1.1 # Apache-2.0