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: Iab08c9aacce00ad7f3325016c548f88247efc15b
This commit is contained in:
malei 2017-12-19 17:18:32 +08:00 committed by melissaml
parent 97434d48b2
commit e84f0e361c
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
mock>=2.0.0 # BSD