Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd41e89

Browse files
committed
Merge with 3.4
2 parents 82fa90c + a40e6b0 commit cd41e89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_socket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,6 +1461,7 @@ def testFilter(self):
14611461

14621462

14631463
@unittest.skipUnless(HAVE_SOCKET_CAN, 'SocketCan required for this test.')
1464+
@unittest.skipUnless(thread, 'Threading required for this test.')
14641465
class CANTest(ThreadedCANSocketTest):
14651466

14661467
def __init__(self, methodName='runTest'):

0 commit comments

Comments
 (0)