We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With tornado version 6.2 there are some warnings on the terminal when running the tests:
6.2
/Users/user/.pyenv/versions/3.9.6/envs/cara/lib/python3.9/site-packages/pytest_tornasync/plugin.py:67: DeprecationWarning: clear_current is deprecated loop.clear_current()
My guess is that this warning is coming from
pytest-tornasync/src/pytest_tornasync/plugin.py
Line 67 in 9f1bdee
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With tornado version
6.2
there are some warnings on the terminal when running the tests:My guess is that this warning is coming from
pytest-tornasync/src/pytest_tornasync/plugin.py
Line 67 in 9f1bdee
The text was updated successfully, but these errors were encountered: