Xqt submitted this change.
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(-)
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 change 1099301. To unsubscribe, or for help writing mail filters, visit settings.