From 456c3762d908d0f2620d9bb83e5f9542b64e6b6b Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Fri, 18 Aug 2023 14:27:57 +0200 Subject: [PATCH 1/2] Update tox environments Since tox==4.9.0, only explicitly declared environments are permitted to run. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index fcf3a6bfc..ccd85718c 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ envlist = # NOTE: keep this in sync with the env list in .github/workflows/ci.yml. py{37,38,39,310,311,312,py3}-pip{previous,latest,main}-coverage + pip{previous,latest,main}-coverage checkqa readme skip_missing_interpreters = True From e9e39bd6dbe4ea59037d7176b069e390e122935a Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Fri, 18 Aug 2023 19:52:41 +0200 Subject: [PATCH 2/2] Add coverage factor to pypy job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67664defd..c8f849181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: pip-version: - latest env: - TOXENV: pip${{ matrix.pip-version }} + TOXENV: pip${{ matrix.pip-version }}-coverage steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}