From 3a42f3a1d6383b8f6b2a03f7a0a395d647581a6d Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 3 Jan 2018 17:24: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: I3c0ec9bda6cc07af0e6977608f80cff57c49ba95 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index aa45596..52d8830 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,6 @@ hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 coverage>=3.6 # Apache-2.0 ddt>=1.0.1 # MIT mock>=2.0 # BSD -python-subunit>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT