You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following deprecation warnings using pytest-dependency 0.3.2 with pytest 3.8.0:
/usr/local/venv/pytest/lib64/python3.6/site-packages/pytest_dependency.py:150: 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
depends = marker.kwargs.get('depends')
/usr/local/venv/pytest/lib64/python3.6/site-packages/pytest_dependency.py:139: 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
name = marker.kwargs.get('name') if marker is not None else None
The text was updated successfully, but these errors were encountered:
I'm getting the following deprecation warnings using pytest-dependency 0.3.2 with pytest 3.8.0:
The text was updated successfully, but these errors were encountered: