Remove six

This plugin no longer supports python 2 thus usage of six is no longer
needed.

Change-Id: Id087aeab1c3e5baf540f99ed843e4c3cfc763006
This commit is contained in:
Takashi Kajinami 2024-02-08 21:48:43 +09:00
parent 63064a5b47
commit c5ef0113df
2 changed files with 0 additions and 2 deletions
blazar_tempest_plugin/tests/scenario
requirements.txt

@ -16,7 +16,6 @@ import datetime
import time import time
from oslo_log import log as logging from oslo_log import log as logging
from six.moves import range
from tempest.common import waiters from tempest.common import waiters
from tempest import config from tempest import config
from tempest.lib import decorators from tempest.lib import decorators

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.10.0 # MIT
oslo.config>=5.2.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0