Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1069699?usp=email )
Change subject: Remove lint_tests workflow ...................................................................... Remove lint_tests workflow Follow-Up: Ibef01b1c705ec560cafa7bc71feca7f5a0824037 Bug: T373760 Change-Id: Ie6153e21936ac789b0f44c12b67839d3b374b117 --- D .github/workflows/lint_tests.yml 1 file changed, 0 insertions(+), 65 deletions(-) Approvals: JJMC89: Looks good to me, approved Xqt: Verified; Looks good to me, approved diff --git a/.github/workflows/lint_tests.yml b/.github/workflows/lint_tests.yml deleted file mode 100644 index cc4df94..0000000 --- a/.github/workflows/lint_tests.yml +++ /dev/null @@ -1,65 +0,0 @@ -name: Lint test -# Run Pywikibot lint tests with a variety of Python versions - -on: - push: - branches: [ master, stable ] - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -env: - PYWIKIBOT_TEST_RUNNING: 1 - PYWIKIBOT_NO_USER_CONFIG: 2 - -jobs: - build: - runs-on: "ubuntu-latest" - continue-on-error: ${{ matrix.experimental || false }} - timeout-minutes: 100 - - strategy: - fail-fast: false - - matrix: - python-version: [ "pypy3.7", "pypy3.10", "3.13.0-alpha - 3.13.0", "3.14-dev" ] - deps: [ flake8, hacking ] - exclude: - - deps: hacking - python-version: "pypy3.7" - - deps: hacking - python-version: "3.14-dev" - - steps: - - name: Checkout Repository - uses: actions/checkout@v4 - with: - submodules: true - - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 - if: "!endsWith(matrix.python-version, '-dev')" - with: - python-version: ${{ matrix.python-version }} - - # use deadsnakes/action for development releases - - name: Set up development Python ${{ matrix.python-version }} - uses: deadsnakes/action@v3.1.0 - if: "endsWith(matrix.python-version, '-dev')" - with: - python-version: ${{ matrix.python-version }} - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip --version - pip install .[${{matrix.deps}}] - - - name: Flake8 tests - id: ci_test - timeout-minutes: 10 - run: | - python --version - flake8 --version - flake8 --color always --doctests -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1069699?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ie6153e21936ac789b0f44c12b67839d3b374b117 Gerrit-Change-Number: 1069699 Gerrit-PatchSet: 1 Gerrit-Owner: JJMC89 <jjmc89.wikime...@gmail.com> Gerrit-Reviewer: JJMC89 <jjmc89.wikime...@gmail.com> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org