Skip to content

Commit ebfde1f

Browse files
author
Erlend E. Aasland
committed
Use socket_helper (see PR #19603)
1 parent fe71bb7 commit ebfde1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def testWindowsSpecificConstants(self):
948948
socket.IPPROTO_SCTP
949949

950950
@unittest.skipUnless(sys.platform == 'darwin', 'macOS specific test')
951-
@unittest.skipUnless(support.IPV6_ENABLED, 'IPv6 required for this test')
951+
@unittest.skipUnless(socket_helper.IPV6_ENABLED, 'IPv6 required for this test')
952952
def test3542SocketOptions(self):
953953
# Ref. issue #35569 and https://tools.ietf.org/html/rfc3542
954954
opts = {

0 commit comments

Comments
 (0)