Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag.

This commit is contained in:
Terry Jan Reedy 2014-06-13 15:20:45 -04:00
parent 6926e3e835
commit a40e6b0c94
1 changed files with 1 additions and 0 deletions

View File

@ -1456,6 +1456,7 @@ class BasicCANTest(unittest.TestCase):
@unittest.skipUnless(HAVE_SOCKET_CAN, 'SocketCan required for this test.')
@unittest.skipUnless(thread, 'Threading required for this test.')
class CANTest(ThreadedCANSocketTest):
def __init__(self, methodName='runTest'):