Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/854878 )

Change subject: [tests] oauth does not have a logout function, no need to 
restrict parallel runs
......................................................................

[tests] oauth does not have a logout function, no need to restrict parallel runs

Change-Id: Ifffffbacde419d78b06ebd7723290495d6dea79b
---
M .github/workflows/oauth_tests-ci.yml
1 file changed, 2 insertions(+), 2 deletions(-)

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 e1eadaf..658ada7 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -20,10 +20,10 @@

     strategy:
       fail-fast: false
-      max-parallel: 1
+      max-parallel: 8

       matrix:
-        python-version: ["pypy3.7", "3.6", "3.7", "3.8", "3.9", "3.10", 
"3.11", "3.12"]
+        python-version: ["pypy3.7", "3.12", "3.11", "3.10", "3.9", "3.8", 
"3.7", "3.6"]
         family: ['wikipedia']
         code: ['test']
         domain:  ['test.wikipedia.org']

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/854878
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: Ifffffbacde419d78b06ebd7723290495d6dea79b
Gerrit-Change-Number: 854878
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