jenkins-bot submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[tests] Add 'entity-schema' to unsupported entities

paraminfo_tests.WikibaseKnownTypesTests.test_entities fails on
wpbeta and wsbeta

Change-Id: I72348c9a7f6afce27f506f3a958eda3e4e8d10e8
---
M tests/paraminfo_tests.py
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/paraminfo_tests.py b/tests/paraminfo_tests.py
index fd5f183..7c2c03b 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-2023
+# (C) Pywikibot team, 2015-2024
#
# Distributed under the terms of the MIT license.
#
@@ -216,7 +216,7 @@

def test_entities(self):
"""Test known entities."""
- unsupported = {'form', 'lexeme', 'sense'} # T195435
+ unsupported = {'entity-schema', 'form', 'lexeme', 'sense'} # T195435
supported = {'item', 'property'}
known = supported | unsupported
self._check_param_superset(

To view, visit change 1035857. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I72348c9a7f6afce27f506f3a958eda3e4e8d10e8
Gerrit-Change-Number: 1035857
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged