- If Pyodide includes tblib 3.0, pytest-pyodide will now use it correctly.
[122](https://github.com/pyodide/pytest-pyodide/pull/122)
- The entire node global scope is now included in the node runner, whereas
previously we included the minimal set of names that were needed for Pyodide
to run.
[121](https://github.com/pyodide/pytest-pyodide/pull/121)
- Added support for running doctests in Pyodide if they have
` doctest: +RUN_IN_PYODIDE` on the first line.
[117](https://github.com/pyodide/pytest-pyodide/pull/117)
- Added support in `run_in_pyodide` for arbitrary function definitions,
including positional only and keyword only arguments, varargs and kwargs, type
annotations, and argument default values.
[116](https://github.com/pyodide/pytest-pyodide/pull/116)
[119](https://github.com/pyodide/pytest-pyodide/pull/119)