Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1237225?usp=email )
Change subject: tests: Fix exclusion in doctest ...................................................................... tests: Fix exclusion in doctest Change-Id: I79a67f4cb1820e814e3f9fe0edfe04b551ec66a4 Signed-off-by: Xqt <[email protected]> --- M .github/workflows/doctest.yml 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml index 74299b1..e7a3d90 100644 --- a/.github/workflows/doctest.yml +++ b/.github/workflows/doctest.yml @@ -25,11 +25,11 @@ os: ['windows-latest', 'macOS-latest', 'ubuntu-latest'] include: - python-version: 3.15-dev - exclude: # Test already made on Jenkins - - python-version: '3.9' - os: ubuntu-latest - - python-version: '3.13' - os: ubuntu-latest + exclude: # Test already made on Jenkins + - python-version: '3.9' + os: ubuntu-latest + - python-version: '3.13' + os: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v6 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1237225?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I79a67f4cb1820e814e3f9fe0edfe04b551ec66a4 Gerrit-Change-Number: 1237225 Gerrit-PatchSet: 3 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
