Gyeongjae Choi

Results 674 comments of Gyeongjae Choi

Released a new version of `pytest-pyodide` including the pyodide-tblib.

> What if other people want to adjust warnings in their tests? I think people can use `warnings.filterwarnings` or set the PYTHONWARNINGS variable during runtime unless it is required to...

> You could also use that in native Python but it provides a `-W` flag to pass warning settings anyways. Of the flags in `python --help` this one looks the...

I think `v0.20.1` would be good because I recently found that we didn't version `pyodide-build` `v0.20.0` correctly in PyPI (https://pypi.org/project/pyodide-build/#history), so we can bump the version together.

> I think it would be good to release an alpha first e.g., `0.20.1a1` so that if there are more dumb mistakes with the node/webpage stuff we can iron those...

I made an alpha release `v0.20.1a1`, though we didn't fix webpack situation yet... #2387 and #2391 are included to prevent conflicts with recent changes and I didn't want to mess...

> Thanks @ryanking13 ! Just curious where did push [07be1f4](https://github.com/pyodide/pyodide/commit/07be1f4e2faca65313e601e84d5ba628e4a967dc) for that release, as I can't see it on main. @rth I just pushed it. But... commit hashes are different....

I find out that I published the wrong stuff (TypeScript files, not JavaScript) in npm `[email protected]`. It looks like npm does not allow removing and republishing the same version. So...

> No, worries, let's push a [email protected] and I think you should be able to yank the other one. Pushed to `[email protected]`. It seems like unpublishing npm package is forbidden...