mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 19:25:35 -05:00
remove PY_COMPLETE and the associated message of Python initialization complete (#1373)
* remove PY_COMPLETE * fix test_multiple_async
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user