From 097f65bfee8715de1ad5258cb9bc425226f82238 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 27 Jul 2021 11:41:40 +0100 Subject: Import six from the right place We shouldn't rely on testtools.testcase importing it. --- python/subunit/tests/test_test_protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/subunit/tests/test_test_protocol.py b/python/subunit/tests/test_test_protocol.py index faab93e..75a43a8 100644 --- a/python/subunit/tests/test_test_protocol.py +++ b/python/subunit/tests/test_test_protocol.py @@ -20,6 +20,7 @@ import os import tempfile import unittest +import six from testtools import PlaceHolder, skipIf, TestCase, TestResult from testtools.compat import _b, _u try: @@ -41,7 +42,6 @@ except ImportError: ExtendedTestResult, ) from testtools.matchers import Contains -from testtools.testcase import six import subunit from subunit.tests import ( -- cgit v1.2.1