Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pytest-dev/pytest-nunit
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Feb 25, 2024
2 parents 350b3e2 + 73de7d2 commit 3890ee8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ jobs:
pytest-version: "7.1.0"
- python-version: "3.11"
pytest-version: "7.1.0"
- python-version: "3.8"
pytest-version: "7.2.0"
- python-version: "3.12"
pytest-version: "7.2.0"
- python-version: "3.8"
pytest-version: "8.0.1"
- python-version: "3.12"
pytest-version: "8.0.1"

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ envlist =
py37-pytest{46,50,latest},
py38-pytest{46,50,60,70,latest},
py39-pytest{46,50,60,70,latest}
py310-pytest{70,80,latest}
py311-pytest{70,80,latest}
py312-pytest{70,80,latest}

[testenv]
commands = python -m pytest tests
Expand All @@ -18,6 +21,7 @@ deps =
pytest50: pytest >=5.0.0, <6.0.0
pytest60: pytest >=6.0.0, <7.0.0
pytest70: pytest >=7.0.0, <8.0.0
pytest80: pytest >=8.0.0, <9.0.0
pytestlatest: pytest >= 4.6.0

[testenv:lint]
Expand Down

0 comments on commit 3890ee8

Please sign in to comment.