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

Add support for pytest.skip etc inside of @run_in_pyodide #111

Merged
merged 2 commits into from
Nov 2, 2023

Conversation

hoodmane
Copy link
Member

@hoodmane hoodmane commented Oct 18, 2023

Fixes a shortcoming encountered by @szabolcsdombi in pyodide/pyodide#4208.
pytest sets __module__ to builtins. This puts back the correct value.

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.

Thanks @hoodmane. Codewise LGTM, but it seems like node tests are broken for some reason...

@ryanking13
Copy link
Member

but it seems like node tests are broken for some reason...

This is now resolved.

@ryanking13 ryanking13 merged commit ac1032d into pyodide:main Nov 2, 2023
33 of 39 checks passed
@hoodmane hoodmane deleted the pytest_skip branch November 2, 2023 19:50
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.

None yet

2 participants