henry0312 / pytest-pydocstyle

pytest plugin to run pydocstyle
MIT License
14 stars 3 forks source link

Fix PytestDeprecationWarning since pytest v5.4 #57

Closed henry0312 closed 4 years ago

henry0312 commented 4 years ago
/usr/local/lib/python3.7/site-packages/pytest_pydocstyle.py:42: PytestDeprecationWarning: direct construction of Item has been deprecated, please use Item.from_parent
  return Item(path, parent, parser)