Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] Fix for pytest attribute collector

Change-Id: Ia0ee51a829498531c72c2667067b8aa6c51778ef
---
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 b4601d4..e4a1b3c 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 --cov=.; -a write

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

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

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