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

Increase time to receive message type warning #182

Merged
merged 1 commit into from
May 20, 2022

Conversation

davidbrochart
Copy link
Collaborator

No description provided.

@davidbrochart
Copy link
Collaborator Author

Looks like the CI fails because pyzmq v23 has been released:

plugins/kernels/fps_kernels/kernel_server/message.py:119: error: Incompatible types in "await" (actual type "int", expected type "Awaitable[Any]")
plugins/kernels/fps_kernels/kernel_server/message.py:121: error: Incompatible types in "await" (actual type "List[bytes]", expected type "Awaitable[Any]")
plugins/kernels/fps_kernels/kernel_server/message.py:128: error: Incompatible types in "await" (actual type "List[bytes]", expected type "Awaitable[Any]")

Any idea @minrk ?

@minrk minrk mentioned this pull request May 20, 2022
@minrk
Copy link
Contributor

minrk commented May 20, 2022

Should be fixed by #183, I believe

@davidbrochart davidbrochart merged commit a49f16c into jupyter-server:main May 20, 2022
@davidbrochart davidbrochart deleted the fix_tests branch May 20, 2022 13:09
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