Skip to content
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

Merged
merged 4 commits into from
Jan 13, 2023

Conversation

blink1073
Copy link
Contributor

@blink1073 blink1073 commented Jan 12, 2023

closes #842

@blink1073
Copy link
Contributor Author

Hmm, it appears we might have other problems with pyzmq 25.

@minrk
Copy link
Member

minrk commented Jan 13, 2023

I'll look into this now! I wouldn't expect issues with this very small release, but nobody ever expects issues.

@minrk
Copy link
Member

minrk commented Jan 13, 2023

After isolating pyzmq, it seems this is related to pyqt5 integration changes, and not related to pyzmq at all.

@blink1073
Copy link
Contributor Author

Okay, we do have to fix one test to not pass an asyncio socket to ZMQStream, but you're right it looks like the underlying issue is in ipykernel.

@blink1073
Copy link
Contributor Author

Aha! The problem is that we were explicitly installing pyqt5 in our downstream ipykernel tests (here and in 7.x), which now requires a display buffer for testing.

@blink1073 blink1073 enabled auto-merge (squash) January 13, 2023 14:47
@blink1073 blink1073 merged commit 3161087 into jupyter:main Jan 13, 2023
@blink1073 blink1073 deleted the remove-deprecated-zmq branch January 13, 2023 14:50
@blink1073 blink1073 mentioned this pull request Jan 14, 2023
blink1073 added a commit to blink1073/jupyter_client that referenced this pull request Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants