Skip to content

Commit 417ad13

Browse files
committed
try to fix js tests
1 parent bd127eb commit 417ad13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/emscripten_runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function main() {
8686
FS.mkdir('/test_dir');
8787
FS.mount(FS.filesystems.NODEFS, {root: path.join(root_dir, 'tests')}, '/test_dir');
8888
FS.chdir('/test_dir');
89-
await pyodide.loadPackage(['micropip', 'pytest']);
89+
await pyodide.loadPackage(['micropip', 'pytest', 'pygments']);
9090
// language=python
9191
errcode = await pyodide.runPythonAsync(`
9292
import micropip

0 commit comments

Comments
 (0)