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: Iee644bd52b4a0e2cd7157a7cc750e9bdb46686b2
This commit is contained in:
melissaml 2018-01-16 23:18:37 +08:00
parent 927d29d5f7
commit 8333f29953
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
# Unit testing
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