From 9e662c4a162736102bc4249bd6649201a69cd732 Mon Sep 17 00:00:00 2001 From: Dai Dang Van Date: Fri, 6 Oct 2017 16:24:22 +0700 Subject: [PATCH] Remove python-subunit in test-requirements Now, os-testr is depending on python-subunit [1], so we don't need this any more. [1] https://github.com/openstack/os-testr/blob/master/requirements.txt Change-Id: I8e1022cf04b5fff665c371594dee2b827c7d77b0 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 16d9a4e76..e3111ae3f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,6 @@ hacking>=1.0.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 mock>=2.0.0 # BSD testtools>=1.4.0 # MIT -python-subunit>=0.0.18 # Apache-2.0/BSD oslotest>=1.10.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0