Skip to content
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

Bump Pyodide version, Python version, and other cleanups #61

Merged
merged 7 commits into from
Nov 29, 2024

Conversation

agriyakhetarpal
Copy link
Member

Related to #60. We can now use Python 3.12 and later for building for for Mypy checks; setuptools injects wheel when building wheels, so wheel is not required as a build-time dependency anymore; and some bumps to versions for a few GitHub Actions.

@agriyakhetarpal agriyakhetarpal changed the title Bump Pyodide version, Bump Pyodide version, Python version, and other cleanups Nov 28, 2024
@agriyakhetarpal
Copy link
Member Author

Most of the failing tests are caused by timeouts, are there any hints as to how I can debug these in more detail?

@agriyakhetarpal
Copy link
Member Author

On the contrary, Firefox is passing in #62—even a test that we have currently xfailed (test_draw_math_text) passes there—so I think it has something to do with Chrome indeed.

@ryanking13
Copy link
Member

Could you try chrome < 126? IIRC there was an regression in chrome 126 which broke the test (I think it was related to JSPI). Micropip also pins chrome version https://github.com/pyodide/micropip/blob/91773c4536b3ced328b052185b3756b6d64bede7/.github/workflows/main.yml#L23-L24

@ryanking13
Copy link
Member

You'll also need to update the pyodide-actions/install-browser version to v2 to make the version parameter work correctly.

- uses: pyodide/pyodide-actions/install-browser@v1

Copy link
Member

@ryanking13 ryanking13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codewise looks good to me.

@agriyakhetarpal
Copy link
Member Author

Yes, looks like this is working, thanks!

@agriyakhetarpal agriyakhetarpal merged commit cb42e35 into pyodide:main Nov 29, 2024
3 checks passed
@agriyakhetarpal agriyakhetarpal deleted the some-cleanups branch November 29, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants