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 see this warning when running against late versions of pytest;
.tox/python/lib/python3.8/site-packages/pytest_checkdocs.py:12
/Users/jaraco/code/main/jaraco.util/.tox/python/lib/python3.8/site-packages/pytest_checkdocs.py:12: PytestDeprecationWarning: direct construction of CheckdocsItem has been deprecated, please use CheckdocsItem.from_parent
return CheckdocsItem(path, parent) if path.basename == 'setup.py' else None