Skip to content

Commit 7a6db4b

Browse files
committed
install packages
1 parent 54c066f commit 7a6db4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def test_404(selenium_standalone_micropip, httpserver):
10-
@run_in_pyodide()
10+
@run_in_pyodide(packages=["micropip", "packaging"])
1111
async def _inner_test_404_raise(selenium, url):
1212
import pyodide
1313
import pytest

0 commit comments

Comments
 (0)