-
Notifications
You must be signed in to change notification settings - Fork 283
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
Remove deprecated zmq imports #915
Conversation
Hmm, it appears we might have other problems with pyzmq 25. |
I'll look into this now! I wouldn't expect issues with this very small release, but nobody ever expects issues. |
After isolating pyzmq, it seems this is related to pyqt5 integration changes, and not related to pyzmq at all. |
Okay, we do have to fix one test to not pass an asyncio socket to |
Aha! The problem is that we were explicitly installing |
closes jupyter#842 (cherry picked from commit 3161087)
closes #842