Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[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(-)

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 change 999558. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I9eb44a9dae99946caa623bd5a295828c72e8d099
Gerrit-Change-Number: 999558
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged