-
Notifications
You must be signed in to change notification settings - Fork 305
Test downstream projects #644
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
1762787 to
a79fa9b
Compare
|
The tests fail in downstream projects because ipykernel master breaks nbclient (see ipython/ipykernel#635) and we need ipykernel master because of this change: ipython/ipykernel#634. |
|
Kicking CI |
|
Looks like still have some failures. @davidbrochart are you able to pick this back up for the 7.0 release? |
|
Sure, I'm going to look into it. |
9c3b9bb to
3ebb920
Compare
3ebb920 to
c7a8877
Compare
|
I commented out the tests for the following packages:
We successfully pass the tests for:
|
blink1073
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.
Thank you!
|
I just tested jupyter_server master locally with jupyter_client master and all tests pass except for one related with nbconvert, so I thinks we are fine on the jupyter_server side. |
Fixes #639