Skip to content

Commit

Permalink
CI: adding testing with pytest8[12]
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jun 15, 2024
1 parent f353de1 commit bc69cf5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,22 @@ jobs:
toxenv: py311-test-pytest72
- os: ubuntu-latest
python-version: '3.11'
toxenv: py310-test-pytest73
toxenv: py311-test-pytest73
- os: windows-latest
python-version: '3.11'
toxenv: py310-test-pytest74
toxenv: py311-test-pytest74
- os: ubuntu-latest
python-version: '3.12'
toxenv: py312-test-pytest81
- os: ubuntu-latest
python-version: '3.12'
toxenv: py312-test-pytest82
- os: macos-latest
python-version: '3.11'
toxenv: py311-test-pytestdev
python-version: '3.12'
toxenv: py312-test-pytestdev
- os: windows-latest
python-version: '3.11'
toxenv: py311-test-pytestdev
python-version: '3.12'
toxenv: py312-test-pytestdev
- os: ubuntu-latest
python-version: '3.12'
toxenv: py312-test-pytestdev
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ deps =
pytest72: pytest==7.2.*
pytest73: pytest==7.3.*
pytest74: pytest==7.4.*
pytest81: pytest==8.1.*
pytest82: pytest==8.2.*
pytestdev: git+https://github.com/pytest-dev/pytest#egg=pytest

commands =
Expand Down

0 comments on commit bc69cf5

Please sign in to comment.