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
After updating pytest to v8.1.0, running tests fails with
pluggy._manager.PluginValidationError: Plugin 'pylama'for hook 'pytest_collect_file'
hookimpl definition: pytest_collect_file(path, parent)
Argument(s) {'path'} are declared in the hookimpl but can not be found in the hookspec
Hello,
After updating
pytest
to v8.1.0, running tests fails withThe complete error trace is attached.
The issue seems to be related to this ticket here.
err.log
The text was updated successfully, but these errors were encountered: