Deprecate looponfail plugin

Fix #826
This commit is contained in:
Bruno Oliveira
2022-10-22 10:24:20 -03:00
parent f2064873fd
commit 8b0856a986
5 changed files with 19 additions and 6 deletions

View File

@@ -740,7 +740,7 @@ def test_sub_plugins_disabled(pytester, plugin) -> None:
pass
"""
)
result = pytester.runpytest(p1, "-n1", "-p", "no:%s" % plugin)
result = pytester.runpytest(p1, "-n1", "-p", f"no:{plugin}")
assert result.ret == 0
result.stdout.fnmatch_lines("*1 passed*")