jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1108162?usp=email )
Change subject: tests: Remove test for 'text/x-collabkit' in paraminfo_tests ......................................................................
tests: Remove test for 'text/x-collabkit' in paraminfo_tests
CollaborationKit was removed and is no longer used on any known wikis or wikifarms. See also T161223.
Bug: T368092 Change-Id: I7eb4915ac63fae20040202107b4e75c54adc2a3a --- M tests/paraminfo_tests.py 1 file changed, 1 insertion(+), 4 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/tests/paraminfo_tests.py b/tests/paraminfo_tests.py index 7c2c03b..fcbdd76 100755 --- a/tests/paraminfo_tests.py +++ b/tests/paraminfo_tests.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """Test confirming paraminfo contains expected values.""" # -# (C) Pywikibot team, 2015-2024 +# (C) Pywikibot team, 2015-2025 # # Distributed under the terms of the MIT license. # @@ -130,9 +130,6 @@ if isinstance(self.site, DataSite): # It is not clear when this format has been added, see T129281. base.append('application/vnd.php.serialized') - extensions = {e['name'] for e in self.site.siteinfo['extensions']} - if 'CollaborationKit' in extensions: - base.append('text/x-collabkit')
for module in ('edit', 'parse'): args = self.site, module, 'contentformat', base
pywikibot-commits@lists.wikimedia.org