Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1222771?usp=email )
Change subject: Tests: Do not test date_tests.TestDate with GraalPy ......................................................................
Tests: Do not test date_tests.TestDate with GraalPy
Bug: T413712 Change-Id: Ib235a76d1a6e1bd400c4c4d148d530cb44959a86 --- M .github/workflows/graalpy_tests.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/graalpy_tests.yml b/.github/workflows/graalpy_tests.yml index 6041a53..27cb27c 100644 --- a/.github/workflows/graalpy_tests.yml +++ b/.github/workflows/graalpy_tests.yml @@ -59,7 +59,7 @@ PYWIKIBOT_TEST_NO_RC: 1 run: | python pwb.py version - coverage run -m pytest -a "not net" --ignore=tests/script_tests.py + coverage run -m pytest -k "not TestDate" -a "not net" --ignore=tests/script_tests.py - name: Show coverage statistics run: | coverage combine || true
pywikibot-commits@lists.wikimedia.org