asdf-format/asdf

asdf pytest plugin is incompatible with pytest 8.1.dev

pllim opened this issue · 0 comments

pluggy._manager.PluginValidationError: Plugin 'asdf_schema_tester' 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

Way to reproduce:

  1. Install pytest-dev from their main branch.
  2. Run something that loads your plugin.

Also see pytest-dev/pytest#11779 (comment)