From 9bf3bc1944b14252978a6aa2f963effab7208515 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 5 Mar 2021 23:42:38 +1100 Subject: Remove remaining imports/calls to six not automatically removed by pyupgrade. --- mediagoblin/tests/test_sql_migrations.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mediagoblin/tests/test_sql_migrations.py') diff --git a/mediagoblin/tests/test_sql_migrations.py b/mediagoblin/tests/test_sql_migrations.py index 9bc9d8c4..bf7924b1 100644 --- a/mediagoblin/tests/test_sql_migrations.py +++ b/mediagoblin/tests/test_sql_migrations.py @@ -14,7 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import six import pytest pytest.importorskip("migrate") @@ -569,7 +568,6 @@ def _get_level3_exits(session, level): session.query(LevelExit3).filter_by(from_level=level.id)} -@pytest.mark.skipif(six.PY2, reason='Breaks in Python 2 but migrations seem to run ok') def test_set1_to_set3(): # Create / connect to database # ---------------------------- -- cgit v1.2.3