Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] Fix task ids

Change-Id: I78d41f0b36d9bf0c9976d00505116e895114f820
---
M .github/workflows/write_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index 0442e81..48650e4 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -156,7 +156,7 @@

- name: Test with unittest without coverage due to T346862
if: ${{ matrix.python-version == '3.13-dev' }}
- id: ci_test
+ id: ci_test_no_cover
continue-on-error: true
timeout-minutes: 90
env:
diff --git a/.github/workflows/write_tests-ci.yml b/.github/workflows/write_tests-ci.yml
index 582ee6f..34a2f56 100644
--- a/.github/workflows/write_tests-ci.yml
+++ b/.github/workflows/write_tests-ci.yml
@@ -78,7 +78,7 @@

- name: Write test with pytest without coverage due to T346862
if: ${{ matrix.python-version == '3.13-dev' }}
- id: ci_test
+ id: ci_test_no_cover
continue-on-error: true
timeout-minutes: 90
env:

To view, visit change 959173. To unsubscribe, or for help writing mail filters, visit settings.

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