Skip to content

Commit

Permalink
Merge pull request #251 from bsipocz/CI_adding_pytest_82
Browse files Browse the repository at this point in the history
CI: adding pytest 82
  • Loading branch information
pllim authored May 3, 2024
2 parents a3b324b + 0860d16 commit b54e7ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
# The aim with the matrix below is to walk through a representative but not full combination of OS, Python, and pytest versions.
matrix:
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -60,21 +61,18 @@ jobs:
- os: ubuntu-latest
python-version: '3.12'
toxenv: py312-test-pytest80
- os: macos-latest
python-version: '3.12'
toxenv: py312-test-pytest80
- os: windows-latest
python-version: '3.12'
toxenv: py312-test-pytest80
toxenv: py312-test-pytest81
- os: ubuntu-latest
python-version: '3.12'
toxenv: py312-test-pytest81
toxenv: py312-test-pytest82
- os: macos-latest
python-version: '3.12'
toxenv: py312-test-pytest81
toxenv: py312-test-pytest82
- os: windows-latest
python-version: '3.12'
toxenv: py312-test-pytest81
toxenv: py312-test-pytest82
- os: macos-latest
python-version: '3.11'
toxenv: py311-test-pytestdev
Expand Down
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@ deps =
pytest74: pytest==7.4.*
pytest80: pytest==8.0.*
pytest81: pytest==8.1.*
pytest82: pytest==8.2.*
pytestdev: git+https://github.com/pytest-dev/pytest#egg=pytest
numpydev: numpy>=0.0.dev0

extras =
test

# Temporary measures to be able to test on 8.0.x in its RC cycle
pip_pre =
pytest80: true
!pytest80: false

commands =
pip freeze
# Ignore directly running tests in ``skip_some_remote_data.rst`` with
Expand Down

0 comments on commit b54e7ac

Please sign in to comment.