remove PY_COMPLETE and the associated message of Python initialization complete (#1373)

* remove PY_COMPLETE

* fix test_multiple_async
This commit is contained in:
Madhur Tandon
2023-04-11 18:59:09 +05:30
committed by GitHub
parent c05195c045
commit f3db6a339c
14 changed files with 2 additions and 73 deletions

View File

@@ -46,10 +46,6 @@ class PyScriptTest:
creates an HTML page to run the specified snippet.
"""
# Pyodide always print()s this message upon initialization. Make it
# available to all tests so that it's easiert to check.
PY_COMPLETE = "Python initialization complete"
@pytest.fixture()
def init(self, request, tmpdir, logger, page):
"""