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

Change subject: [tests] fix pytest call with pytest-attrib
......................................................................

[tests] fix pytest call with pytest-attrib

Change-Id: I91e0f9a23028ea5b58876a0be9039b1b4aa7997d
---
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 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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/913675
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: I91e0f9a23028ea5b58876a0be9039b1b4aa7997d
Gerrit-Change-Number: 913675
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to