Kaydet (Commit) 708c0727 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #7449: Skip test_socketserver if threading support is disabled

üst c49dfcc8
......@@ -61,6 +61,7 @@ def simple_subprocess(testcase):
testcase.assertEquals(72 << 8, status)
@unittest.skipUnless(threading, 'Threading required for this test.')
class SocketServerTest(unittest.TestCase):
"""Test all socket servers."""
......
......@@ -75,6 +75,8 @@ Extension Modules
Tests
-----
- Issue #7449: Skip test_socketserver if threading support is disabled
- On darwin, ``test_site`` assumed that a framework build was being used,
leading to a failure where four directories were expected for site-packages
instead of two in a non-framework build.
......
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