summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-18 15:00:38 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-18 15:00:38 (GMT)
commit41479450ece3bb5c01a49b5efd5d17021ca401ec (patch)
tree252989c00dcdfd821523a81cf848aba85520d5f1 /Lib
parente30186bf4bfde9415229e58d25e467a5c6561239 (diff)
downloadcpython-41479450ece3bb5c01a49b5efd5d17021ca401ec.zip
cpython-41479450ece3bb5c01a49b5efd5d17021ca401ec.tar.gz
cpython-41479450ece3bb5c01a49b5efd5d17021ca401ec.tar.bz2
Fix fallback base class when tests run without threading
Diffstat (limited to 'Lib')
-rw-r--r--Lib/packaging/tests/test_command_upload_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/tests/test_command_upload_docs.py b/Lib/packaging/tests/test_command_upload_docs.py
index 4070279..c00f5c1 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 = """\