Merge "Remove all usage of six library"

This commit is contained in:
Zuul 2022-03-21 00:19:55 +00:00 committed by Gerrit Code Review
commit dd226c55f0
2 changed files with 1 additions and 2 deletions

View File

@ -14,10 +14,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import http.client as http_client
import time
from oslo_serialization import jsonutils as json
from six.moves import http_client
from tempest.lib.common import rest_client
from tempest.lib import exceptions as lib_exc

View File

@ -4,6 +4,5 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
oslo.config>=5.1.0 # Apache-2.0
six>=1.10.0 # MIT
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
tempest>=27.0.0 # Apache-2.0