jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/935386 )
Change subject: [tests] Remove experimental flags from gh-actions except the main action ......................................................................
[tests] Remove experimental flags from gh-actions except the main action
Change-Id: Iea550f6a432b1eaca1bbd8f9fa6c60f8a12b86f7 --- M .github/workflows/doctest.yml M .github/workflows/oauth_tests-ci.yml M .github/workflows/login_tests-ci.yml 3 files changed, 10 insertions(+), 3 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml index 9b0671c..d9d04b2 100644 --- a/.github/workflows/doctest.yml +++ b/.github/workflows/doctest.yml @@ -28,8 +28,8 @@ python-version: ["pypy3.7", "3.11"] include: - python-version: "3.12.0-alpha - 3.12.0" - # ubuntu-20.04 required for Python 3.6 - python-version: "3.13-dev" + # ubuntu-20.04 required for Python 3.6 - python-version: 3.6 os: windows-latest - python-version: 3.6 diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml index f64761d..13b87e5 100644 --- a/.github/workflows/login_tests-ci.yml +++ b/.github/workflows/login_tests-ci.yml @@ -63,7 +63,6 @@ os: ubuntu-20.04 - python-version: "3.13-dev" site: wikipedia:test - experimental: true
steps: - name: Checkout Repository diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml index 1bc1414..602bd4a 100644 --- a/.github/workflows/oauth_tests-ci.yml +++ b/.github/workflows/oauth_tests-ci.yml @@ -48,7 +48,6 @@ family: wikipedia code: test domain: test.wikipedia.org - experimental: true
steps: - name: Checkout Repository
pywikibot-commits@lists.wikimedia.org