File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 5757 - os : ubuntu-latest
5858 python-version : ' 3.11'
5959 toxenv : py311-test-pytest74
60- toxargs : --pre
60+ - os : ubuntu-latest
61+ python-version : ' 3.12'
62+ toxenv : py312-test-pytest80
63+ - os : macos-latest
64+ python-version : ' 3.12'
65+ toxenv : py312-test-pytest80
66+ - os : windows-latest
67+ python-version : ' 3.12'
68+ toxenv : py312-test-pytest80
6169 - os : macos-latest
6270 python-version : ' 3.11'
6371 toxenv : py311-test-pytestdev
Original file line number Diff line number Diff line change @@ -26,12 +26,18 @@ deps =
2626 pytest72: pytest ==7.2.*
2727 pytest73: pytest ==7.3.*
2828 pytest74: pytest ==7.4.*
29+ pytest80: pytest ==8.0.*
2930 pytestdev: git+https://github.com/pytest-dev/pytest# egg=pytest
3031 numpydev: numpy>=0.0.dev0
3132
3233extras =
3334 test
3435
36+ # Temporary measures to be able to test on 8.0.x in its RC cycle
37+ pip_pre =
38+ pytest80: true
39+ !pytest80: false
40+
3541commands =
3642 pip freeze
3743 # Ignore directly running tests in ``skip_some_remote_data.rst`` with
You can’t perform that action at this time.
0 commit comments