summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-07-18 18:40:51 +0000
committerGerrit Code Review <review@openstack.org>2022-07-18 18:40:51 +0000
commit1b3d1b55b0df50409f322be3a44f60c6a869b2a8 (patch)
tree14fcf4c0d223c338ef78d985903f15d7fbdb1f1d
parent2b9cc5d28fd3d41e25d7409f58da7e8ce8f0d42d (diff)
parent98095d406ac5b363807385404afce207f29e620b (diff)
downloadcliff-1b3d1b55b0df50409f322be3a44f60c6a869b2a8.tar.gz
Merge "requirements: Remove explicit python-subunit dependency"
-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