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

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1222771?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ib235a76d1a6e1bd400c4c4d148d530cb44959a86
Gerrit-Change-Number: 1222771
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to