mirror of https://github.com/python/cpython
Merge with 3.4
This commit is contained in:
commit
cd41e89377
|
@ -1461,6 +1461,7 @@ class BasicCANTest(unittest.TestCase):
|
||||||
|
|
||||||
|
|
||||||
@unittest.skipUnless(HAVE_SOCKET_CAN, 'SocketCan required for this test.')
|
@unittest.skipUnless(HAVE_SOCKET_CAN, 'SocketCan required for this test.')
|
||||||
|
@unittest.skipUnless(thread, 'Threading required for this test.')
|
||||||
class CANTest(ThreadedCANSocketTest):
|
class CANTest(ThreadedCANSocketTest):
|
||||||
|
|
||||||
def __init__(self, methodName='runTest'):
|
def __init__(self, methodName='runTest'):
|
||||||
|
|
Loading…
Reference in New Issue