Skip to content

Commit e43c144

Browse files
committed
fix wasm-preview
1 parent 7747781 commit e43c144

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

wasm-preview/run_tests.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ async def main(tests_zip: str, tag_name: str):
3838
print(f'Mounted {count} test files, installing dependencies...')
3939

4040
await micropip.install(
41-
['dirty-equals', 'hypothesis', 'pytest-speed', 'pytest-mock', 'tzdata', 'inline-snapshot', pydantic_core_wheel]
41+
[
42+
'dirty-equals',
43+
'hypothesis',
44+
'pytest-speed',
45+
'pytest-mock',
46+
'tzdata',
47+
'inline-snapshot<0.21',
48+
pydantic_core_wheel,
49+
]
4250
)
4351
importlib.invalidate_caches()
4452

0 commit comments

Comments
 (0)