Magul has uploaded a new change for review.
https://gerrit.wikimedia.org/r/324242
Change subject: Check only standard watchlist flags
......................................................................
Check only standard watchlist flags
Remove ORES extension oresreview flag from test at all
Bug: T151156
Change-Id: I0c004bce83b2d09b7772da6029d3422959dac300
---
M tests/paraminfo_tests.py
1 file changed, 0 insertions(+), 11 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core
refs/changes/42/324242/1
diff --git a/tests/paraminfo_tests.py b/tests/paraminfo_tests.py
index b72a0ac..871b863 100644
--- a/tests/paraminfo_tests.py
+++ b/tests/paraminfo_tests.py
@@ -81,17 +81,6 @@
if MediaWikiVersion(self.site.version()) >= MediaWikiVersion('1.24'):
types.append('unread')
- ores_installed = {
- 'wikipedia': ('en', 'fa', 'nl', 'pl', 'pt', 'ru', 'tr'),
- 'wikidata': ('en',),
- }
-
- if (
- self.site.family in ores_installed and
- self.site.lang in ores_installed[self.site.family]
- ):
- types.append('oresreview')
-
known = types + ['!%s' % item for item in types]
self._check_param_values(self.site, 'query+watchlist', 'show', known)
--
To view, visit https://gerrit.wikimedia.org/r/324242
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c004bce83b2d09b7772da6029d3422959dac300
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Magul <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits