Pin httpx in Pyodide test, refs #1904

Should help get tests to pass for #1896 too
This commit is contained in:
Simon Willison 2022-11-18 14:50:19 -08:00
commit 0fe1619910

View file

@ -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