From 5be728c2dda47a7aa5793d6b4b29d9f1d5d31701 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 18 Nov 2022 14:50:19 -0800 Subject: [PATCH] Pin httpx in Pyodide test, refs #1904 Should help get tests to pass for #1896 too --- test-in-pyodide-with-shot-scraper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test-in-pyodide-with-shot-scraper.sh b/test-in-pyodide-with-shot-scraper.sh index e5df7398..0c140818 100755 --- a/test-in-pyodide-with-shot-scraper.sh +++ b/test-in-pyodide-with-shot-scraper.sh @@ -25,6 +25,7 @@ async () => { let output = await pyodide.runPythonAsync(\` import micropip await micropip.install('h11==0.12.0') + await micropip.install('httpx==0.23') await micropip.install('http://localhost:8529/$wheel') import ssl import setuptools