gh-84461: Skip network require tests on Emscripten (GH-92383)

This commit is contained in:
Christian Heimes 2022-05-06 12:08:36 +02:00 committed by GitHub
parent 291945bc6e
commit cbc2c199a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -345,6 +345,7 @@ class PasswordProtectedSiteTestCase(unittest.TestCase):
self.assertFalse(parser.can_fetch("*", robots_url))
@support.requires_working_socket()
class NetworkTestCase(unittest.TestCase):
base_url = 'http://www.pythontest.net/'