henry0312 / pytest-pydocstyle

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

incompatibility with pydocstyle==6.2.0 #91

Closed jvesely closed 1 year ago

jvesely commented 1 year ago
________________________ ERROR collecting test session ________________________
d:\a\_temp\_venv\lib\site-packages\pluggy\_hooks.py:265: in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
d:\a\_temp\_venv\lib\site-packages\pluggy\_manager.py:80: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
d:\a\_temp\_venv\lib\site-packages\pytest_pydocstyle.py:50: in pytest_collect_file
    for filename, _, _ in parser.get_files_to_check():
E   ValueError: too many values to unpack (expected 3)
henry0312 commented 1 year ago

Thank you for report. I'll check.

jvesely commented 1 year ago

still present in pydocstyle==6.2.2

odoublewen commented 1 year ago

For cross-ref, I opened this issue over in pydocstyle yesterday: https://github.com/PyCQA/pydocstyle/issues/620 Someone posted a clue about the cause.

henry0312 commented 1 year ago

This issue should be solved since v2.3.2. Thank you!