jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1035857?usp=email )
Change subject: [tests] Add 'entity-schema' to unsupported entities
......................................................................
[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(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
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
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1035857?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I72348c9a7f6afce27f506f3a958eda3e4e8d10e8
Gerrit-Change-Number: 1035857
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]