summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authormalei <malei@maleideMacBook-Pro.local>2018-01-03 00:20:14 +0800
committermelissaml <ma.lei@99cloud.net>2018-01-03 00:25:29 +0800
commit717e5dd3f7711a979988cccef2b057ea021c8a99 (patch)
tree48c566d48e544ebf15b1ce62903b502932039b7c /test-requirements.txt
parent58fb709f58bd031c5114d9b6fe2e0926175b87b6 (diff)
downloadoslo-utils-717e5dd3f7711a979988cccef2b057ea021c8a99.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: If17dfc040d87981ed0a46abbe25e3d09f6e38e46
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c072087..df193c2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,6 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-python-subunit>=1.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT