Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] remove experimental flag from sysop_write_tests-ci.yml

All tests are either solved or expected to fail.
Also remove coverage statistics report because this is already done by
pytest

Change-Id: I457e5655e2c940d2f33842d3e5041b1e8f8e5d46
---
M .github/workflows/sysop_write_tests-ci.yml
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/sysop_write_tests-ci.yml b/.github/workflows/sysop_write_tests-ci.yml
index fd47a94..6d692cb 100644
--- a/.github/workflows/sysop_write_tests-ci.yml
+++ b/.github/workflows/sysop_write_tests-ci.yml
@@ -26,7 +26,6 @@
python-version: [ "3.7" ]
site: [ "wikipedia:test" ]
attr: [ "write and not rights", "write and rights", "rights and not write" ]
- experimental: [ true ]

steps:
- name: Checkout Repository
@@ -68,10 +67,6 @@
python pwb.py version
pytest -s -r A -a "${{ matrix.attr }}" --cov=.;

- - name: Show coverage statistics
- run: |
- coverage report
-
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:

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

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