mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -21,6 +21,8 @@ from test.support import threading_helper
|
|||
|
||||
|
||||
test.support.requires("network")
|
||||
test.support.requires_working_socket(module=True)
|
||||
|
||||
|
||||
TEST_STR = b"hello world\n"
|
||||
HOST = socket_helper.HOST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue