Skip to content

Commit

Permalink
and for ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 28, 2022
1 parent a84e76b commit d605cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gevent/tests/test__socket_dns6.py
Expand Up @@ -64,7 +64,7 @@ def _normalize_result_getnameinfo(self, result):
def _run_test_getnameinfo(self, *_args):
return (), 0, (), 0

def _run_test_gethostbyname(self, *_args):
def _run_test_gethostbyname(self, *_args, **_kwargs):
raise unittest.SkipTest("gethostbyname[_ex] does not support IPV6")

_run_test_gethostbyname_ex = _run_test_gethostbyname
Expand Down

0 comments on commit d605cc6

Please sign in to comment.