We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed65e88 commit 1e9f6a7Copy full SHA for 1e9f6a7
src/xdist/looponfail.py
@@ -44,7 +44,7 @@ def pytest_cmdline_main(config):
44
return 2 # looponfail only can get stop with ctrl-C anyway
45
46
47
-def looponfail_main(config: pytest.Config) -> None:
+def looponfail_main(config: "pytest.Config") -> None:
48
remotecontrol = RemoteControl(config)
49
config_roots = config.getini("looponfailroots")
50
if not config_roots:
0 commit comments