Commit 91508e9
Fix pytest hookimpl parameter name to match hookspec
Rename _call to call in pytest_runtest_makereport hook to fix
PluginValidationError. Pytest requires hookimpl parameter names
to exactly match the hookspec.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 362c424 commit 91508e9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments