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:
parent
63064a5b47
commit
c5ef0113df
@ -16,7 +16,6 @@ import datetime
|
||||
import time
|
||||
|
||||
from oslo_log import log as logging
|
||||
from six.moves import range
|
||||
from tempest.common import waiters
|
||||
from tempest import config
|
||||
from tempest.lib import decorators
|
||||
|
@ -3,7 +3,6 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
six>=1.10.0 # MIT
|
||||
oslo.config>=5.2.0 # Apache-2.0
|
||||
oslo.log>=3.36.0 # Apache-2.0
|
||||
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user