|
6 | 6 | [tox] |
7 | 7 | min_version = 4.0 |
8 | 8 | envlist = |
9 | | - py{310,311,312,313,314,314,314-opt,315,315-lxml,py310,py311}, docs, flake8, |
10 | | - mypy-py{310,311,312,313,314,315,py3}, pytest, coverage, |
| 9 | + flake8, py{310,311,312,313,314,314,314-opt,315,315-lxml,py310,py311}, |
| 10 | + docs, mypy-py{310,311,312,313,314,315}, pytest, coverage, |
11 | 11 | xmlschema{401,410}, w3c-xsdtests, w3c-qt3tests |
12 | 12 | skip_missing_interpreters = true |
13 | 13 | work_dir = {tox_root}/../.tox/elementpath |
@@ -60,10 +60,9 @@ commands = |
60 | 60 | flake8 elementpath |
61 | 61 | flake8 tests |
62 | 62 |
|
63 | | -[testenv:mypy-py{310,311,312,313,314,315,py3}] |
| 63 | +[testenv:mypy-py{310,311,312,313,314,315}] |
64 | 64 | deps = |
65 | | - mypy==1.19.1; platform_python_implementation != 'PyPy' |
66 | | - mypy==1.18.2; platform_python_implementation == 'PyPy' |
| 65 | + mypy==2.1.0 |
67 | 66 | xmlschema~=4.2.0 |
68 | 67 | lxml-stubs |
69 | 68 | commands = |
@@ -95,7 +94,7 @@ set_env = |
95 | 94 | xmlschema420: VERSION = 4.2.0 |
96 | 95 | change_dir = {env_tmp_dir} |
97 | 96 | deps = |
98 | | - mypy==1.19.1 |
| 97 | + mypy==2.1.0 |
99 | 98 | lxml |
100 | 99 | lxml-stubs |
101 | 100 | jinja2 |
|
0 commit comments