Xqt submitted this change.
[coverage] update coverage exceptions
Change-Id: Id337a663284e7db13b6c899aef9ae3dfe8aa5561
---
M tests/api_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)
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))
To view, visit change 831875. To unsubscribe, or for help writing mail filters, visit settings.