Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/913667 )

Change subject: [tests] Fix for pytest attribute collector
......................................................................

[tests] Fix for pytest attribute collector

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

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




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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/913667
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: Ia0ee51a829498531c72c2667067b8aa6c51778ef
Gerrit-Change-Number: 913667
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to