Skip to content

Commit

Permalink
Tests: no verbosity with pytest
Browse files Browse the repository at this point in the history
verbosity flag leads replacebot_tests and ui_tests to fail

Bug: T381199
Change-Id: Ic39053f9a6a4b625acf8a216027993c4fea6f216
  • Loading branch information
xqt committed Nov 30, 2024
1 parent 9c8ba1f commit 5ed63fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pywikibot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
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
Expand Down

0 comments on commit 5ed63fd

Please sign in to comment.