Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1099301?usp=email )
Change subject: Tests: no verbosity with pytest
......................................................................
Tests: no verbosity with pytest
verbosity flag leads replacebot_tests and ui_tests to fail
Bug: T381199
Change-Id: Ic39053f9a6a4b625acf8a216027993c4fea6f216
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/pywikibot-ci.yml
b/.github/workflows/pywikibot-ci.yml
index 1c50929..7aae45c 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -140,7 +140,7 @@
if [ ${{matrix.site || 0}} != 'wikisource:zh' ]; then
coverage run -m unittest discover -vv -p \"*_tests.py\";
else
- pytest -v --cov=.;
+ pytest --cov=.;
fi
- name: Show coverage statistics
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1099301?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: Ic39053f9a6a4b625acf8a216027993c4fea6f216
Gerrit-Change-Number: 1099301
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]