There was an error while loading. Please reload this page.
1 parent 54c066f commit 7a6db4bCopy full SHA for 7a6db4b
1 file changed
tests/test_compat.py
@@ -7,7 +7,7 @@
7
8
9
def test_404(selenium_standalone_micropip, httpserver):
10
- @run_in_pyodide()
+ @run_in_pyodide(packages=["micropip", "packaging"])
11
async def _inner_test_404_raise(selenium, url):
12
import pyodide
13
import pytest
0 commit comments