Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1035888?usp=email )
Change subject: [tests] Enable write tests for oauth_tests on wikipedia:test ......................................................................
[tests] Enable write tests for oauth_tests on wikipedia:test
Change-Id: I73acf2bfe82c79870276a249cf7956cba2e82d8d --- M .github/workflows/oauth_tests-ci.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml index d26c368..64598d0 100644 --- a/.github/workflows/oauth_tests-ci.yml +++ b/.github/workflows/oauth_tests-ci.yml @@ -12,7 +12,6 @@ env: PYWIKIBOT_TEST_RUNNING: 1 PYWIKIBOT_USERNAME: Pywikibot-oauth - PYWIKIBOT_LOGIN_LOGOUT: 1
jobs: build: @@ -98,6 +97,7 @@ - name: Oauth tests with unittest timeout-minutes: 2 env: + PYWIKIBOT_TEST_WRITE: ${{ matrix.domain == 'test.wikipedia.org' && 1 || 0}} PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}', steps.token.outputs.uppercase)] }} run: | python pwb.py version
pywikibot-commits@lists.wikimedia.org