Skip to content

Commit

Permalink
tests: Remove test for 'text/x-collabkit' in paraminfo_tests
Browse files Browse the repository at this point in the history
CollaborationKit was removed and is no longer used on any known wikis
or wikifarms. See also T161223.

Bug: T368092
Change-Id: I7eb4915ac63fae20040202107b4e75c54adc2a3a
  • Loading branch information
xqt committed Jan 4, 2025
1 parent 7af8f79 commit bb0b423
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/paraminfo_tests.py
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down Expand Up @@ -130,9 +130,6 @@ def test_content_format(self):
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
Expand Down

0 comments on commit bb0b423

Please sign in to comment.