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

@ -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