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

Change subject: Revert "[tests] add more verbosity with pytest"
......................................................................

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(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




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 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1008020?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

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

Reply via email to