Kaydet (Commit) 41479450 authored tarafından Éric Araujo's avatar Éric Araujo

Fix fallback base class when tests run without threading

üst e30186bf
......@@ -19,7 +19,7 @@ try:
from packaging.tests.pypi_server import PyPIServerTestCase
except ImportError:
threading = None
PyPIServerTestCase = object
PyPIServerTestCase = unittest.TestCase
PYPIRC = """\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment