Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
Revert "[tests] add more verbosity with pytest"

This reverts commit 7a5e732e8a964c4b8a2ae6c74a466d5ddeb895b4.

Reason for revert: tests failes

Change-Id: Id06c77fcf681a1213b4fe7cbea301dce54cf9a17
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index ad5f3a7..5518b66 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -132,7 +132,7 @@
if [ ${{matrix.site || 0}} != 'wikipedia:test' ]; then
coverage run -m unittest discover -vv -p \"*_tests.py\";
else
- pytest -s -r A -a --cov=.;
+ pytest --cov=.;
fi

- name: Show coverage statistics

To view, visit change 1008020. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id06c77fcf681a1213b4fe7cbea301dce54cf9a17
Gerrit-Change-Number: 1008020
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged