From c5ef0113dfcd34b40ee039b250883ca19640d108 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 8 Feb 2024 21:48:43 +0900 Subject: [PATCH] Remove six This plugin no longer supports python 2 thus usage of six is no longer needed. Change-Id: Id087aeab1c3e5baf540f99ed843e4c3cfc763006 --- blazar_tempest_plugin/tests/scenario/test_host_reservation.py | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/blazar_tempest_plugin/tests/scenario/test_host_reservation.py b/blazar_tempest_plugin/tests/scenario/test_host_reservation.py index 92fc954..c724afb 100644 --- a/blazar_tempest_plugin/tests/scenario/test_host_reservation.py +++ b/blazar_tempest_plugin/tests/scenario/test_host_reservation.py @@ -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 diff --git a/requirements.txt b/requirements.txt index c7dd9e6..8d7b01a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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