Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Remove experimental flag in lint tests

Bug: T359513
Change-Id: Ib6f7d836a14b46a866b6ff19400147de70d4a524
---
M .github/workflows/lint_tests.yml
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/lint_tests.yml b/.github/workflows/lint_tests.yml
index cdf83e1..6f0749a 100644
--- a/.github/workflows/lint_tests.yml
+++ b/.github/workflows/lint_tests.yml
@@ -25,7 +25,6 @@
matrix:
python-version: [ "pypy3.7", "pypy3.10", "3.10", "3.11", "3.12", "3.13.0-alpha - 3.13.0", "3.14-dev" ]
deps: [ flake8, hacking ]
- experimental: [ true ]

steps:
- name: Checkout Repository
@@ -54,7 +53,6 @@

- name: Flake8 tests
id: ci_test
- continue-on-error: true
timeout-minutes: 10
run: |
python --version

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

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