jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1183177?usp=email )
Change subject: update coverage settings ......................................................................
update coverage settings
Change-Id: I9c37363bb4824cd4b69dd674511c7facad2a4f1e Signed-off-by: Xqt info@gno.de --- M pyproject.toml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pyproject.toml b/pyproject.toml index 890995f..3f3e66a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,7 @@ "except \w*ServerError", "if (0|False):", "if .+PYWIKIBOT_TEST_\w+.+:", - "if TYPE_CHECKING:", + "if (typing\.)?TYPE_CHECKING:", "if __debug__:", "if __name__ == .__main__.:", "if self\.mw_version < .+:",
pywikibot-commits@lists.wikimedia.org