Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1317660?usp=email )

Change subject: tests: use PYWIKIBOT_TEST_DEFAULT_ONLY with wikisource:zh
......................................................................

tests: use PYWIKIBOT_TEST_DEFAULT_ONLY with wikisource:zh

Bug: T433204
Change-Id: Ib36e1a277b07c295dcf3f2b1dee22b791f3d4362
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index d9b1942..42e423e 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -144,6 +144,7 @@
         timeout-minutes: 60
         env:
           PYWIKIBOT_TEST_NO_RC: ${{ (matrix.site == 'wikisource:zh' || 
matrix.test_no_rc) && 1 || 0 }}
+          PYWIKIBOT_TEST_DEFAULT_ONLY: ${{ (matrix.site == 'wikisource:zh' || 
matrix.test_default_only) && 1 || 0 }}
           # Force GIL "off" due to mwparserfromhell issue as suggested by 
warning in T412624
           PYTHON_GIL: ${{ endsWith(matrix.python-version, 't') && '0' || '1' }}
           HTTP_PROXY: socks5h://127.0.0.1:1080

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1317660?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: Ib36e1a277b07c295dcf3f2b1dee22b791f3d4362
Gerrit-Change-Number: 1317660
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to