-
Notifications
You must be signed in to change notification settings - Fork 57
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
Compatibility with IPython 8 beta #189
Comments
Hi @frenzymadness, thanks for reporting the issue.
Yes, probably. Something like |
Will do it tomorrow. |
Still getting this with IPython 8.0.0, although #190 is in nbclient 0.5.10:
|
I'm not sure it comes from IPython, but maybe from ipykernel. I opened ipython/ipykernel#845. |
You're right it's random. All I can say is it did not fail in https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient when building with latest ipykernel but IPython 7.30.1 and started failing after the update to IPython 8.0 |
Hello.
I've started testing IPython 8 beta release and I see that there is one incompatibility in tests, the problem is caused by this change: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version8.rst#traceback-improvements which makes this regex
nbclient/nbclient/tests/test_client.py
Line 30 in 612a9e8
The whole output is kinda big but only three tests are failing and all of them for the same reason:
Would it make sense to have a different regex for IPython 8+?
The text was updated successfully, but these errors were encountered: