Tests are failing in CI pipeline: pluggy._manager.PluginValidationError: Plugin 'pytest_cython' for hook 'pytest_collect_file
lpsinger opened this issue · 0 comments
lpsinger commented
The tests are failing in the CI pipeline:
pluggy._manager.PluginValidationError: Plugin 'pytest_cython' 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
This might be related to the release of pytest 8.1.0 yesterday.