|
1 | 1 | [tox] |
2 | 2 | env_list = |
3 | | - py310-pytest{7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2,8.3,8.4} |
4 | | - py311-pytest{7.2,7.3,7.4,8.0,8.1,8.2,8.3,8.4} |
5 | | - py312-pytest{7.3,7.4,8.0,8.1,8.2,8.3,8.4} |
6 | | - py313-pytest{8.2,8.3,8.4} |
7 | | - py314-pytest{8.4} |
| 3 | + py310-pytest{7,8,9,main} |
| 4 | + py311-pytest{7,8,9,main} |
| 5 | + py312-pytest{7,8,9,main} |
| 6 | + py313-pytest{8,9,main} |
| 7 | + py314-pytest{8,9,main} |
8 | 8 | linting |
9 | 9 |
|
10 | 10 | [testenv] |
11 | 11 | package = wheel |
12 | 12 | wheel_build_env = .pkg |
13 | 13 | extras = test |
14 | 14 | deps = |
15 | | - pytest8.4: pytest~=8.4.0 |
16 | | - pytest8.3: pytest~=8.3.0 |
17 | | - pytest8.2: pytest~=8.2.0 |
18 | | - pytest8.1: pytest~=8.1.0 |
19 | | - pytest8.0: pytest~=8.0.0 |
20 | | - pytest7.4: pytest~=7.4.0 |
21 | | - pytest7.3: pytest~=7.3.0 |
22 | | - pytest7.2: pytest~=7.2.0 |
23 | | - pytest7.1: pytest~=7.1.0 |
24 | | - pytest7.0: pytest~=7.0.0 |
| 15 | + pytestmain: git+https://github.com/pytest-dev/pytest.git |
| 16 | + pytest9: pytest~=9.0 |
| 17 | + pytest8: pytest~=8.0 |
| 18 | + pytest7: pytest~=7.0 |
25 | 19 | commands = |
26 | 20 | pytest tests {posargs:-n auto} |
27 | 21 |
|
|
0 commit comments