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
pywikibot-commits@lists.wikimedia.org