Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1181140?usp=email )
Change subject: Test: Fix coverage settings ...................................................................... Test: Fix coverage settings Change-Id: I0779a17db498beb1c2c256a1bb443bd16e2df36c Signed-off-by: Xqt <[email protected]> --- M pyproject.toml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/pyproject.toml b/pyproject.toml index bbca9ca..890995f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,7 @@ ] [tool.coverage.run] -concurrency = "multiprocessing" +concurrency = ["multiprocessing", "thread"] parallel = true [tool.docsig] -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1181140?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I0779a17db498beb1c2c256a1bb443bd16e2df36c Gerrit-Change-Number: 1181140 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
