mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merge with 3.4
This commit is contained in:
commit
cd41e89377
1 changed files with 1 additions and 0 deletions
|
@ -1461,6 +1461,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'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue