Skip to content

Commit

Permalink
Merge pull request #245 from Borda/pytest/81
Browse files Browse the repository at this point in the history
ci: add testing for `pytest~=8.1`
  • Loading branch information
bsipocz committed Mar 13, 2024
2 parents 35ce23e + 71065aa commit 84fd2e2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@ jobs:
matrix:
include:
- os: ubuntu-latest
python-version: 3.8
python-version: '3.8'
toxenv: py38-test-pytestoldest
- os: windows-latest
python-version: 3.8
python-version: '3.8'
toxenv: py38-test-pytest50
- os: macos-latest
python-version: 3.8
python-version: '3.8'
toxenv: py38-test-pytest51
- os: ubuntu-latest
python-version: 3.8
python-version: '3.8'
toxenv: py38-test-pytest52
- os: windows-latest
python-version: 3.8
python-version: '3.8'
toxenv: py38-test-pytest53
- os: ubuntu-latest
python-version: 3.8
python-version: '3.8'
toxenv: py38-test-pytest60
- os: ubuntu-latest
python-version: 3.9
python-version: '3.9'
toxenv: py39-test-pytest61
- os: ubuntu-latest
python-version: 3.9
python-version: '3.9'
toxenv: py39-test-pytest62
- os: ubuntu-latest
python-version: '3.10'
Expand All @@ -66,6 +66,15 @@ jobs:
- os: windows-latest
python-version: '3.12'
toxenv: py312-test-pytest80
- os: ubuntu-latest
python-version: '3.12'
toxenv: py312-test-pytest81
- os: macos-latest
python-version: '3.12'
toxenv: py312-test-pytest81
- os: windows-latest
python-version: '3.12'
toxenv: py312-test-pytest81
- os: macos-latest
python-version: '3.11'
toxenv: py311-test-pytestdev
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ deps =
pytest73: pytest==7.3.*
pytest74: pytest==7.4.*
pytest80: pytest==8.0.*
pytest81: pytest==8.1.*
pytestdev: git+https://github.com/pytest-dev/pytest#egg=pytest
numpydev: numpy>=0.0.dev0

Expand Down

0 comments on commit 84fd2e2

Please sign in to comment.