-
-
Notifications
You must be signed in to change notification settings - Fork 396
Replaced PUB socket with XPUB socket #1482
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
32550f8 to
8be7770
Compare
|
This needs spyder-ide/qtconsole#644 and a release of qtconsole. |
|
It's been a few weeks areadly. I propose that we disable the qtconsole downstream tests, until we hear back from the team. |
As suggested [here](#1482 (comment)), this removes the spyder downstream tests to avoid delaying more the PRs on ipykernel. Done in a dedicated PR so it's easier to retrieve this change in the history if we need to add them back at some point.
|
This is in the 7.2.0a0 prerelease so that is can be fully tested. |
Sorry for the unresponsiveness but I'd also like to say that, even if I were available, tests in spyder-ide/qtconsole#644 are not passing, so I couldn't merge that PR. |
|
Which test do not pass? I see every job green. |
| """ | ||
|
|
||
| def __init__(self, socket, pipe=False): | ||
| def __init__(self, socket, session=None, pipe=False): |
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.
Since this is a breaking API change, let's make sure this is a major version bump
This implements the XPUB JEP in ipykernel.