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

Use pytest_asyncio fixture #826

Merged
merged 1 commit into from
Aug 26, 2022
Merged

Use pytest_asyncio fixture #826

merged 1 commit into from
Aug 26, 2022

Conversation

davidbrochart
Copy link
Member

Test test_start_new_async_kernel failed in conda-forge/jupyter_client-feedstock#81 because pytest's asyncio mode is strict. I don't know why it doesn't fail here.
We can either mark the start_async_kernel fixture as a pytest_asyncio one, or globally set the mode to auto. This PR does the former.

Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit 3bdbe7e into jupyter:main Aug 26, 2022
@davidbrochart davidbrochart deleted the pytest branch August 26, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants