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

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1035888?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: I73acf2bfe82c79870276a249cf7956cba2e82d8d
Gerrit-Change-Number: 1035888
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to