summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2017-12-19 11:04:35 +0800
committermelissaml <ma.lei@99cloud.net>2017-12-19 11:06:07 +0800
commit69bbe4cb03205e96d192536cfc994be5b15613dd (patch)
tree7747d86bee24be66055873e6d13bc0c2b7de3ab4
parent3b0779b9121d6011d6970457361b593b4cf1e7e3 (diff)
downloadoslo-vmware-69bbe4cb03205e96d192536cfc994be5b15613dd.tar.gz
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: I63353aa1a6b3a79c4b90138f0fe0efb9cfb5c283
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 58f4ef7..57c5390 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
-python-subunit>=1.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT