We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46b08c commit c3f0f76Copy full SHA for c3f0f76
src/pytest_reportlog/plugin.py
@@ -19,7 +19,7 @@ def pytest_addoption(parser):
19
20
def pytest_configure(config):
21
report_log = config.option.report_log
22
- if report_log and not hasattr(config, "slaveinput"):
+ if report_log and not hasattr(config, "workerinput"):
23
config._report_log_plugin = ReportLogPlugin(config, Path(report_log))
24
config.pluginmanager.register(config._report_log_plugin)
25
0 commit comments