Skip to content

Commit 47f9bbd

Browse files
committed
try upper-bound on inline-snapshot for wasm build
1 parent 104d398 commit 47f9bbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/emscripten_runner.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ import importlib
9898
9999
await micropip.install([
100100
'dirty-equals',
101-
'inline-snapshot',
101+
# inline-snapshot 0.21 requires pytest 8.3.4, pyodide 0.26 ships with 8.1.1
102+
'inline-snapshot < 0.21',
102103
'hypothesis',
103104
'pytest-speed',
104105
'pytest-mock',

0 commit comments

Comments
 (0)