From: Éric Araujo Date: Sun, 18 Sep 2011 15:00:38 +0000 (+0200) Subject: Fix fallback base class when tests run without threading X-Git-Tag: v3.3.0a1~1524^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41479450ece3bb5c01a49b5efd5d17021ca401ec;p=thirdparty%2FPython%2Fcpython.git Fix fallback base class when tests run without threading --- diff --git a/Lib/packaging/tests/test_command_upload_docs.py b/Lib/packaging/tests/test_command_upload_docs.py index 4070279b7aea..c00f5c1c4a4d 100644 --- a/Lib/packaging/tests/test_command_upload_docs.py +++ b/Lib/packaging/tests/test_command_upload_docs.py @@ -19,7 +19,7 @@ try: from packaging.tests.pypi_server import PyPIServerTestCase except ImportError: threading = None - PyPIServerTestCase = object + PyPIServerTestCase = unittest.TestCase PYPIRC = """\