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

Fix for https://github.com/jupyter/terminado/issues/62 #63

Merged
merged 1 commit into from
Mar 18, 2019

Conversation

cpranav
Copy link

@cpranav cpranav commented Mar 15, 2019

Jupyter brings in latest tornado version 6.0.1 and it breaks Jupyter Terminal due to removing
of gen.Task in earlier version, https://www.tornadoweb.org/en/stable/releases/v6.0.0.html

Jupyter brings in latest tornado version 6.0.1 and it breaks Jupyter Terminal due to removing
of gen.Task in earlier version, https://www.tornadoweb.org/en/stable/releases/v6.0.0.html
@cpranav
Copy link
Author

cpranav commented Mar 15, 2019

Commit which deprecated gen Task in Tornado, tornadoweb/tornado@647aed6#diff-de74a7539d554a40178984aa0f1f35dd

@cpranav
Copy link
Author

cpranav commented Mar 15, 2019

For Build failures its due to 'Build execution time has reached the maximum allowed time for your plan (60 minutes).' but actual tests passed.

@takluyver
Copy link
Member

@blink1073 it looks like all the recent Windows tests have failed in a similar way for several months. Do you want to debug them? If not, I'm inclined to just disable them.

@takluyver
Copy link
Member

Closing/reopening to rerun tests

@takluyver takluyver closed this Mar 18, 2019
@takluyver takluyver reopened this Mar 18, 2019
@cpranav
Copy link
Author

cpranav commented Mar 18, 2019

Closing/reopening to rerun tests

Thanks the new tests are passing. Is it good to merge?

@takluyver
Copy link
Member

Thanks, I think so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants