mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Pin httpx in Pyodide test, refs #1904
Should help get tests to pass for #1896 too
This commit is contained in:
parent
a93ccc63c7
commit
c4d002fef5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue