You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ironically, in the run after we merged the PR adding the CI job. I've never seen this in my local development setup.
failures:
---- coroutine_is_cancelled stdout ----
thread 'coroutine_is_cancelled' panicked at tests/test_coroutine.rs:227:10:
called `Result::unwrap()` on an `Err` value: PyErr { type: <class 'asyncio.exceptions.CancelledError'>, value: CancelledError(), traceback: Some(<traceback object at 0x20000381880>) }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
coroutine_is_cancelled
The text was updated successfully, but these errors were encountered:
See https://github.com/PyO3/pyo3/actions/runs/11701201572/job/32586835300#step:11:3324
Ironically, in the run after we merged the PR adding the CI job. I've never seen this in my local development setup.
The text was updated successfully, but these errors were encountered: