We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
socket_helper
1 parent fe71bb7 commit ebfde1fCopy full SHA for ebfde1f
Lib/test/test_socket.py
@@ -948,7 +948,7 @@ def testWindowsSpecificConstants(self):
948
socket.IPPROTO_SCTP
949
950
@unittest.skipUnless(sys.platform == 'darwin', 'macOS specific test')
951
- @unittest.skipUnless(support.IPV6_ENABLED, 'IPv6 required for this test')
+ @unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test')
952
def test3542SocketOptions(self):
953
# Ref. issue #35569 and https://tools.ietf.org/html/rfc3542
954
opts = {
0 commit comments