summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-05-18 11:42:58 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-05-25 17:09:04 +0100
commit98095d406ac5b363807385404afce207f29e620b (patch)
tree14fcf4c0d223c338ef78d985903f15d7fbdb1f1d
parenta8418879c0903b2577f7a874c0f9592808eec472 (diff)
downloadcliff-98095d406ac5b363807385404afce207f29e620b.tar.gz
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>
-rw-r--r--test-requirements.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 686ff61..75f4d52 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,8 +1,3 @@
-# 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