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

Pytest tornado deprecation warnings #743

Closed
wouterdb opened this issue Sep 27, 2018 · 1 comment
Closed

Pytest tornado deprecation warnings #743

wouterdb opened this issue Sep 27, 2018 · 1 comment

Comments

@wouterdb
Copy link
Contributor

wouterdb commented Sep 27, 2018

[]/.tox/py34/lib/python3.4/site-packages/pytest_tornado/plugin.py:98: RemovedInPytest4Warning: MarkInfo objects are deprecated as they contain merged marks which are hard to deal with correctly.
Please use node.get_closest_marker(name) or node.iter_markers(name).
Docs: https://docs.pytest.org/en/latest/mark.html#updating-code
  run_sync = gen_test_mark.kwargs.get('run_sync', True)
@wouterdb wouterdb changed the title Deprecation warnings on test runners Pytest tornado deprecation warnings Nov 28, 2018
@wouterdb
Copy link
Contributor Author

pytest-tornado is not currently actively maintained (eugeniy/pytest-tornado#41)

best solution would be to move to pytest-asyncio https://github.com/pytest-dev/pytest-asyncio

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

No branches or pull requests

1 participant