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
I am not sure what is going on because I cannot reproduce this locally with pytest 8.0rc but I see this in astropy CI (astropy/astropy#15810):
File "_pytest/config/__init__.py", line 1309, in _preparse
self.pluginmanager.load_setuptools_entrypoints("pytest11")
File "pluggy/_manager.py", line 399, in load_setuptools_entrypoints
self.register(plugin, name=ep.name)
File _pytest/config/__init__.py", line 496, in register
ret: Optional[str] = super().register(plugin, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pluggy/_manager.py", line 163, in register
self._verify_hook(hook, hookimpl)
File "pluggy/_manager.py", line 328, in _verify_hook
raise PluginValidationError(
pluggy._manager.PluginValidationError: Plugin 'pytest_filter_subpackage' for hook 'pytest_ignore_collect'
hookimpl definition: pytest_ignore_collect(path, config)
Argument(s) {'path'} are declared in the hookimpl but can not be found in the hookspec
Does Argument(s) {'path'} are declared in the hookimpl but can not be found in the hookspec mean anything to you?
The text was updated successfully, but these errors were encountered:
I am not sure what is going on because I cannot reproduce this locally with pytest 8.0rc but I see this in astropy CI (astropy/astropy#15810):
Does
Argument(s) {'path'} are declared in the hookimpl but can not be found in the hookspec
mean anything to you?The text was updated successfully, but these errors were encountered: