We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fa39b commit 015fe5fCopy full SHA for 015fe5f
emscripten/runner.js
@@ -93,6 +93,7 @@ async function main() {
93
FS.mount(NODEFS, { root: testDir }, "/test_dir");
94
await pyodide.loadPackage(["micropip", "pytest", "tomli"]);
95
const micropip = pyodide.pyimport("micropip");
96
+ await micropip.install("beautifulsoup4");
97
await micropip.install(wheelURL);
98
const pytest = pyodide.pyimport("pytest");
99
errcode = pytest.main(pyodide.toPy(["/test_dir"]));
0 commit comments