Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1237195?usp=email )

Change subject: tests: exclude doctests already made on Jenkins to improve test 
time
......................................................................

tests: exclude doctests already made on Jenkins to improve test time

Bug: T414170
Change-Id: Id4d62534fca3fb2d62be0acc49600699ede0ef9c
---
M .github/workflows/doctest.yml
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 6bc4e1a..74299b1 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -25,6 +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
     steps:
       - name: Checkout Repository
         uses: actions/checkout@v6

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1237195?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: Id4d62534fca3fb2d62be0acc49600699ede0ef9c
Gerrit-Change-Number: 1237195
Gerrit-PatchSet: 2
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]

Reply via email to