mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-22 19:53:00 -05:00
Upgrade Pyodide to v0.22.1 (#1144)
* upgrade to pyodide 0.22.1 * pin bokeh in panel examples * fix typo * fix tests by using custom bokeh wheel * fix bokeh interactive test * adhere to new loadPackage API
This commit is contained in:
@@ -66,7 +66,7 @@ class TestConfig(PyScriptTest):
|
||||
)
|
||||
assert self.console.log.lines[-1] == "config name: app with external config"
|
||||
|
||||
# The default pyodide version is 0.21.3 as of writing
|
||||
# The default pyodide version is 0.22.1 as of writing
|
||||
# this test which is newer than the one we are loading below
|
||||
# (after downloading locally) -- which is 0.20.0
|
||||
|
||||
@@ -226,8 +226,8 @@ class TestConfig(PyScriptTest):
|
||||
{
|
||||
"interpreters": [
|
||||
{
|
||||
"src": "https://cdn.jsdelivr.net/pyodide/v0.21.3/full/pyodide.js",
|
||||
"name": "pyodide-0.21.3",
|
||||
"src": "https://cdn.jsdelivr.net/pyodide/v0.22.1/full/pyodide.js",
|
||||
"name": "pyodide-0.22.1",
|
||||
"lang": "python"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user