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 bd127eb commit 417ad13Copy full SHA for 417ad13
tests/emscripten_runner.js
@@ -86,7 +86,7 @@ async function main() {
86
FS.mkdir('/test_dir');
87
FS.mount(FS.filesystems.NODEFS, {root: path.join(root_dir, 'tests')}, '/test_dir');
88
FS.chdir('/test_dir');
89
- await pyodide.loadPackage(['micropip', 'pytest']);
+ await pyodide.loadPackage(['micropip', 'pytest', 'pygments']);
90
// language=python
91
errcode = await pyodide.runPythonAsync(`
92
import micropip
0 commit comments