jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1195382?usp=email )
Change subject: tests: test supertest with Pywikibot-oauth account
......................................................................
tests: test supertest with Pywikibot-oauth account
Bug: T395664
Change-Id: Iff3af0fd2186a3161a31f1289fcc31f5af17cc8a
---
M .github/workflows/oauth_tests-ci.yml
M tests/superset_tests.py
2 files changed, 1 insertion(+), 2 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/.github/workflows/oauth_tests-ci.yml
b/.github/workflows/oauth_tests-ci.yml
index 32cd20f..ca21d53 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -96,7 +96,7 @@
env:
PYWIKIBOT_TEST_WRITE: 1
PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}',
steps.token.outputs.uppercase)] }}
- PYWIKIBOT_TEST_MODULES: edit_failure,file,oauth
+ PYWIKIBOT_TEST_MODULES: edit_failure,file,oauth,superset
run: |
python pwb.py version
coverage run -m unittest -vv
diff --git a/tests/superset_tests.py b/tests/superset_tests.py
index 7977f2f..32adeee 100755
--- a/tests/superset_tests.py
+++ b/tests/superset_tests.py
@@ -52,7 +52,6 @@
family = 'meta'
code = 'meta'
- @unittest.expectedFailure # T395664
def test_login_and_oauth_permission(self) -> None:
"""Superset login and queries."""
sql = 'SELECT page_id, page_title FROM page LIMIT 2;'
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1195382?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Iff3af0fd2186a3161a31f1289fcc31f5af17cc8a
Gerrit-Change-Number: 1195382
Gerrit-PatchSet: 4
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]