PyO3 / maturin

Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
https://maturin.rs
Apache License 2.0
3.98k stars 275 forks source link

Figure out why the cffi test is hanging on pypy in CI #2271

Open konstin opened 1 month ago

konstin commented 1 month ago

The cffi is hanging on pypy in github actions, even though it passes locally. We should figure out the cause for this and fix it, so we can run all tests in CI again.