mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
gh-84461: Skip network require tests on Emscripten (GH-92383)
This commit is contained in:
parent
291945bc6e
commit
cbc2c199a0
3 changed files with 4 additions and 3 deletions
|
@ -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/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue