Commit fde474cd authored by Terry Jan Reedy's avatar Terry Jan Reedy

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

parent 7a105e71
......@@ -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'):
......
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