File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 57
57
- os : ubuntu-latest
58
58
python-version : ' 3.11'
59
59
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
61
69
- os : macos-latest
62
70
python-version : ' 3.11'
63
71
toxenv : py311-test-pytestdev
Original file line number Diff line number Diff line change @@ -24,12 +24,18 @@ deps =
24
24
pytest72: pytest ==7.2.*
25
25
pytest73: pytest ==7.3.*
26
26
pytest74: pytest ==7.4.*
27
+ pytest80: pytest ==8.0.*
27
28
pytestdev: git+https://github.com/pytest-dev/pytest# egg=pytest
28
29
pytestdev: git+https://github.com/scientific-python/pytest-doctestplus
29
30
30
31
extras =
31
32
test
32
33
34
+ # Temporary measures to be able to test on 8.0.x in its RC cycle
35
+ pip_pre =
36
+ pytest80: true
37
+ !pytest80: false
38
+
33
39
commands =
34
40
pip freeze
35
41
pytest {toxinidir}/tests {posargs}
You can’t perform that action at this time.
0 commit comments