requirements: Remove explicit python-subunit dependency
We don't rely on this ourselves and stestr will bring it in for us.
Change-Id: I51f305ac080c41463081e7039421d238b81f5d95
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
# The order of packages is significant, because pip processes them in the order | ||
# of appearance. Changing the order has an impact on the overall integration | ||
# process, which may cause wedges in the gate later. | ||
python-subunit>=1.0.0 # Apache-2.0/BSD | ||
stestr>=1.0.0 # Apache-2.0 | ||
testtools>=2.2.0 # MIT | ||
testscenarios>=0.4 # Apache-2.0/BSD | ||
... | ... |
Please register or sign in to comment