-
-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyOdide test failure #2351
Comments
Full stacktrace:
|
Here's the PyOdide test runner: https://github.com/simonw/datasette/blob/main/.github/workflows/test-pyodide.yml Attempting to replicate in https://pyodide.org/en/stable/console.html failed:
I was hoping it would raise the same error. |
This is the actual test code: datasette/test-in-pyodide-with-shot-scraper.sh Lines 21 to 41 in e1bfab3
|
Running this runs tests locally:
Got a surprising different error:
|
That error was fixed by doing this:
|
... and now I can replicate that CI bug locally. |
Fix was to force it to install a modern version of datasette/test-in-pyodide-with-shot-scraper.sh Lines 36 to 37 in 9a3c3bf
|
https://github.com/simonw/datasette/actions/runs/9469427870/job/26088069712
The text was updated successfully, but these errors were encountered: