From ad3a2f4276a1e9a5641a7bb8af349ed2a721ac8f Mon Sep 17 00:00:00 2001 From: "oleg.hoefling" Date: Tue, 11 Jul 2023 15:11:06 +0200 Subject: [PATCH 1/2] ci: test with pytest-main branch on py3.8 Signed-off-by: oleg.hoefling --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9c02640a..51009bfb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=linting,docs,py{37,38,39,310,311,py3},py{37}-pytest{main} +envlist=linting,docs,py{37,38,39,310,311,py3},py{38}-pytest{main} [testenv] commands= From 2bacac470f426f39a02f7dcb12a4e833738fdf3f Mon Sep 17 00:00:00 2001 From: "oleg.hoefling" Date: Tue, 11 Jul 2023 15:13:46 +0200 Subject: [PATCH 2/2] ci: also adjust job spec in gh action config Signed-off-by: oleg.hoefling --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d02a52d..2ea095e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: "windows-py311", "windows-pypy3", - "ubuntu-py37-pytestmain", + "ubuntu-py38-pytestmain", "ubuntu-py37", "ubuntu-py38", "ubuntu-py39", @@ -47,11 +47,6 @@ jobs: python: "pypy3.9" os: windows-latest tox_env: "pypy3" - - name: "ubuntu-py37-pytestmain" - python: "3.7" - os: ubuntu-latest - tox_env: "py37-pytestmain" - use_coverage: true - name: "ubuntu-py37" python: "3.7" os: ubuntu-latest @@ -62,6 +57,11 @@ jobs: os: ubuntu-latest tox_env: "py38" use_coverage: true + - name: "ubuntu-py38-pytestmain" + python: "3.8" + os: ubuntu-latest + tox_env: "py38-pytestmain" + use_coverage: true - name: "ubuntu-py39" python: "3.9" os: ubuntu-latest