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

Cherry pick commits for 0.25.1 release #4654

Merged
merged 11 commits into from
Mar 31, 2024

Conversation

ryanking13
Copy link
Member

@ryanking13 ryanking13 commented Mar 30, 2024

hoodmane and others added 8 commits March 30, 2024 11:59
…ide#4437)

pytest 8.0 and moto 5.0 were released a few hours ago, and
they seem to be breaking tests. This is a (temporary) fix.
From meson-python 0.15, $MESON env variable is used to overwrite the meson binary
path. We don't want that behavior.
I ran the build commands in the Docker container found in the Circle CI configuration,
but gsw, msprime, and tskit seem to need numpy installed in the host when building.
@hoodmane
Copy link
Member

Thanks @ryanking13!

ryanking13 and others added 3 commits March 31, 2024 06:43
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@ryanking13 ryanking13 merged commit 3d127ea into pyodide:stable Mar 31, 2024
39 of 41 checks passed
@ryanking13 ryanking13 deleted the 0.25.1-cherrypick branch March 31, 2024 11:19
agriyakhetarpal added a commit to agriyakhetarpal/scikit-image that referenced this pull request Mar 31, 2024
See pyodide/pyodide#4654 for discussion. This commit resolves a build error due
to a release of `build` (v1.2.0) which had broken the
`pyodide build` command for all repositories.
agriyakhetarpal added a commit to agriyakhetarpal/pandas that referenced this pull request Apr 1, 2024
See pyodide/pyodide#4654 for
more discussion. This commit resolves a build error
coming from the `pyodide build` command which
broke due to a new `build` release by PyPA.
mroeschke added a commit to pandas-dev/pandas that referenced this pull request May 8, 2024
* Create initial Pyodide workflow

* Do not import pandas folder from the repo

* Install hypothesis for testing

* Add pytest decorator to skip tests on WASM

* Skip `time.tzset()` tests on WASM platforms

* Skip file system access tests on WASM

* Skip two more tzset test failures

* Skip two more FS failures on WASM

* Resolve last two tzset failures on WASM

* Add a `WASM` constant for Emscripten platform checks

* Fix floating point imprecision with `np.timedelta64`

* Mark tz OverflowError as xfail on WASM

* Try to fix OverflowError with date ranges

* Move job to unit tests workflow, withdraw env vars

* Fix up a few style errors, use WASM variable

* Bump Pyodide to `0.25.1`

See pyodide/pyodide#4654 for
more discussion. This commit resolves a build error
coming from the `pyodide build` command which
broke due to a new `build` release by PyPA.

* Use shorter job name

* Skip test where warning is not raised properly

* Don't run `test_date_time` loc check on WASM

* Don't run additional loc checks in `test_sas7bdat`

* Disable WASM OverflowError

* Skip tests requiring fp exception support

* xfail tests that require stricter tolerances

* xfail test where `OverflowError`s are received

* Remove upper-pin from `pydantic`

* Better skip messages via `pytest.skipif` decorator

* Import `WASM` var via public API where possible

* Unpin `pytest` for Pyodide job

* Add reason attr when using boolean to skip test

* Don't xfail, skip tests that bring `OverflowError`s

* Skip timedelta test that runs well only on 64-bit

* Skip tests that use `np.timedelta64`

---------

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
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

5 participants