Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/831875 )
Change subject: [coverage] update coverage exceptions ......................................................................
[coverage] update coverage exceptions
Change-Id: Id337a663284e7db13b6c899aef9ae3dfe8aa5561 --- M tests/api_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/tests/api_tests.py b/tests/api_tests.py index 2a58862..30b629a 100755 --- a/tests/api_tests.py +++ b/tests/api_tests.py @@ -295,7 +295,7 @@ def test_new_mode(self): """Test the new modules-only mode explicitly.""" site = self.get_site() - if site.mw_version < '1.25wmf4': # pragma: no cover + if site.mw_version < '1.25wmf4': self.skipTest( "version {} doesn't support the new paraminfo api" .format(site.mw_version))
pywikibot-commits@lists.wikimedia.org