Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests are failing in CI pipeline: pluggy._manager.PluginValidationError: Plugin 'pytest_cython' for hook 'pytest_collect_file #912

Closed
lpsinger opened this issue Mar 4, 2024 · 0 comments · Fixed by #913
Assignees

Comments

@lpsinger
Copy link
Member

lpsinger commented Mar 4, 2024

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.

@lpsinger lpsinger self-assigned this Mar 4, 2024
lpsinger added a commit to lpsinger/healpy that referenced this issue Mar 4, 2024
pytest-cython does not work with pytest 8.x.
See lgpage/pytest-cython#58.

Fixes healpy#912.
lpsinger added a commit that referenced this issue Mar 4, 2024
pytest-cython does not work with pytest 8.x.
See lgpage/pytest-cython#58.

Fixes #912.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant