mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-22 19:53:00 -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:
@@ -36,7 +36,6 @@ class TestImportmap(PyScriptTest):
|
||||
)
|
||||
assert self.console.log.lines == [
|
||||
"hello from JS",
|
||||
self.PY_COMPLETE,
|
||||
"hello from Python",
|
||||
]
|
||||
|
||||
@@ -59,7 +58,6 @@ class TestImportmap(PyScriptTest):
|
||||
|
||||
self.wait_for_pyscript()
|
||||
assert self.console.log.lines == [
|
||||
self.PY_COMPLETE,
|
||||
"hello world",
|
||||
]
|
||||
# this warning is shown by pyscript, when *we* try to parse the import
|
||||
|
||||
Reference in New Issue
Block a user