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.
1 parent fb608a2 commit 86cf7cdCopy full SHA for 86cf7cd
1 file changed
tests.py
@@ -137,6 +137,7 @@ def test_gethostbyname(self):
137
result = self.loop.run_until_complete(f)
138
self.assertTrue(result)
139
140
+ @unittest.skipIf(sys.platform == 'win32', 'skipped on Windows')
141
def test_gethostbyaddr(self):
142
f = self.resolver.gethostbyaddr('127.0.0.1')
143
0 commit comments