-
-
Notifications
You must be signed in to change notification settings - Fork 396
Delete always skipped test, fix trio test, fix framelocal has not .clear() #1322
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
Conversation
da04e6e to
48caeaa
Compare
|
Well that's strange, trio test passes locally... well on CI, anyio decides to switch in the middle of the call stack from trio to asyncio: |
4d1770f to
010bc5c
Compare
|
Well something else is wrong on CI, some pytest items are failing, but it's shown as green on 3.10: https://github.com/ipython/ipykernel/actions/runs/13292836924/job/37117594041?pr=1322 |
It's because we rerun last failed tests here. |
acec02b to
6dd8fed
Compare
9e97a60 to
e542ff0
Compare
It would be really great to get that merged, as this fixes failures of other PRs |
Co-authored-by: David Brochart <[email protected]>
|
(docs breckage is due to new sphinx release and unrelated to us) |
krassowski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. The sphinx issue is tracked in tox-dev/sphinx-autodoc-typehints#523
|
Thanks for the reviews. Merging. |
There are few chances we will ever use them again.
Also a small refactor and unskip of trio test using trio nursery.