Skip to content

Commit 3890ee8

Browse files
committed
Merge branch 'master' of github.com:pytest-dev/pytest-nunit
2 parents 350b3e2 + 73de7d2 commit 3890ee8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ jobs:
2323
pytest-version: "7.1.0"
2424
- python-version: "3.11"
2525
pytest-version: "7.1.0"
26+
- python-version: "3.8"
27+
pytest-version: "7.2.0"
2628
- python-version: "3.12"
2729
pytest-version: "7.2.0"
30+
- python-version: "3.8"
31+
pytest-version: "8.0.1"
32+
- python-version: "3.12"
33+
pytest-version: "8.0.1"
2834

2935
steps:
3036
- uses: actions/checkout@v3

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ envlist =
99
py37-pytest{46,50,latest},
1010
py38-pytest{46,50,60,70,latest},
1111
py39-pytest{46,50,60,70,latest}
12+
py310-pytest{70,80,latest}
13+
py311-pytest{70,80,latest}
14+
py312-pytest{70,80,latest}
1215

1316
[testenv]
1417
commands = python -m pytest tests
@@ -18,6 +21,7 @@ deps =
1821
pytest50: pytest >=5.0.0, <6.0.0
1922
pytest60: pytest >=6.0.0, <7.0.0
2023
pytest70: pytest >=7.0.0, <8.0.0
24+
pytest80: pytest >=8.0.0, <9.0.0
2125
pytestlatest: pytest >= 4.6.0
2226

2327
[testenv:lint]

0 commit comments

Comments
 (0)