Drop explicit dependency on python-subunit
It is no longer directly used by any test code in this repository since
we switched to stestr[1].
It is now installed as a dependency of stestr.
[1] 93a8b15840
Change-Id: I7ab90b3c32764e9b0850e52ca26c9ee948035e8d
This commit is contained in:
@@ -2,7 +2,6 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
|
||||
python-subunit>=1.0.0 # Apache-2.0/BSD
|
||||
oslo.concurrency>=3.26.0 # Apache-2.0
|
||||
stestr>=1.0.0 # Apache-2.0
|
||||
testresources>=2.0.0 # Apache-2.0/BSD
|
||||
|
Reference in New Issue
Block a user