Skip to content

Commit

Permalink
Cap pytest again only for mypy testenvs on older Pythos
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 15, 2024
1 parent acd8ef9 commit 989a1b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ setenv =
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
[testenv:py{37,38,39,310,311,312,313-dev}-mypy{0.900,0.910,0.921,0.931}]
[testenv:py{37,38,39,310,311}-mypy{0.900,0.910,0.921,0.931}]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
Expand All @@ -330,6 +330,7 @@ deps =
mypy0.921: mypy~=0.921.0
mypy0.931: mypy~=0.931.0
attrs<23.2.0,>=21.2.0
pytest<7.2.0,>=6.0.0
[testenv:py312-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,1.6.1,1.8.0,latest}]
setenv =
Expand Down

0 comments on commit 989a1b3

Please sign in to comment.