Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] fix pytest call with pytest-attrib

Change-Id: I91e0f9a23028ea5b58876a0be9039b1b4aa7997d
---
M .github/workflows/write_tests-ci.yml
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/write_tests-ci.yml b/.github/workflows/write_tests-ci.yml
index e4a1b3c..51db39b 100644
--- a/.github/workflows/write_tests-ci.yml
+++ b/.github/workflows/write_tests-ci.yml
@@ -73,7 +73,7 @@
PYWIKIBOT_TEST_WRITE: ${{ matrix.site == 'wikipedia:test' && 1 || 0}}
run: |
python pwb.py version
- pytest --cov=.; -a write
+ pytest -a write --cov=.;

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

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

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