Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[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(-)

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 change 854878. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ifffffbacde419d78b06ebd7723290495d6dea79b
Gerrit-Change-Number: 854878
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged