From 95da142a15b5534a69dd2befb7c4442127262627 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Fri, 4 Dec 2020 14:31:30 +0100 Subject: [PATCH] Remove outdated comment from tox.ini Nova does not run gabbi test since placement is moved to a separate git repository. So the gabbi related tox.ini comment is removed. Change-Id: Ic324e3e32fa03478895b32fa583e805ee6c721e2 --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index b860b9c03355..75702604697d 100644 --- a/tox.ini +++ b/tox.ini @@ -84,14 +84,6 @@ deps = {[testenv]deps} openstack-placement>=1.0.0 commands = -# NOTE(cdent): The group_regex describes how stestr will group tests into the -# same process when running concurently. The following ensures that gabbi tests -# coming from the same YAML file are all in the same process. This is important -# because each YAML file represents an ordered sequence of HTTP requests. Note -# that tests which do not match this regex will not be grouped in any -# special way. See the following for more details. -# http://stestr.readthedocs.io/en/latest/MANUAL.html#grouping-tests -# https://gabbi.readthedocs.io/en/latest/#purpose stestr --test-path=./nova/tests/functional run {posargs} stestr slowest