-
Notifications
You must be signed in to change notification settings - Fork 159
pytest async fixture seems not work on linux-py3.7 #386
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
Comments
Could you please share your is details to reproduce the issue. Also it's important to know what it means "not working" |
Thanks for your quick reply, I added the |
Seems it's caused by pytest-asyncio==0.19, aftger downgrade it to 0.18, everything works fine |
@chaokunyang pytest-asyncio uses Can you try this and report back, please? |
thanks, |
pytest async fixture seems not work on linux-py3.7 seems not work on linux python3.7
Code
Stacktrace
System info
OS: fedora
Python version: 3.7.11
Pip list:
The text was updated successfully, but these errors were encountered: