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

Change subject: [tests] ignore failing macOS due to T337748
......................................................................

[tests] ignore failing macOS due to T337748

Bug: T337748
Change-Id: I9eb44a9dae99946caa623bd5a295828c72e8d099
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 12 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index af48690..ea447d1 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -51,9 +51,10 @@
             site: wikidata:wikidata
           - python-version: 3.8
             site: wowwiki:uk
-          - python-version: 3
+          - python-version: "3"  # fails due to T337748
             site: wikipedia:de
             os: macOS-latest
+            experimental: true
           - python-version: "3.12"  # 3.12 fails due to T337748
             site: wikipedia:en
             test_prod_only: true

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/999558?usp=email
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: I9eb44a9dae99946caa623bd5a295828c72e8d099
Gerrit-Change-Number: 999558
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