From fea43c4dd225f0cc8883f9afc6b2fcc33419fe5a Mon Sep 17 00:00:00 2001 From: xuanyandong Date: Sat, 2 Jan 2021 10:25:29 +0800 Subject: [PATCH] Remove Six Change-Id: I0a7a770165f4841ab5d81cb13645c063aedccebf --- coverage2sql/tests/coverage2sql_fixtures.py | 2 +- test-requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/coverage2sql/tests/coverage2sql_fixtures.py b/coverage2sql/tests/coverage2sql_fixtures.py index 70564ea..25e4fc9 100644 --- a/coverage2sql/tests/coverage2sql_fixtures.py +++ b/coverage2sql/tests/coverage2sql_fixtures.py @@ -21,7 +21,7 @@ from oslo_concurrency.fixture import lockutils as lock_fixture from oslo_concurrency import lockutils from oslo_config import cfg from oslo_config import fixture as config_fixture -from six.moves.urllib import parse as urlparse +from urllib import parse as urlparse from coverage2sql.db import api as db_api from coverage2sql.migrations import cli diff --git a/test-requirements.txt b/test-requirements.txt index 912e317..d31cd52 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,5 +13,4 @@ testtools>=1.4.0 # MIT PyMySQL>=0.7.6 # MIT License psycopg2>=2.5 # LGPL/ZPL stestr>=1.0.0 # Apache-2.0 -oslo.concurrency>=3.8.0 # Apache-2.0 -six>=1.9.0 # MIT +oslo.concurrency>=3.8.0 # Apache-2.0 \ No newline at end of file