Skip to content

Commit

Permalink
Restore attrs cap for older mypys in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 25, 2024
1 parent fc6dc45 commit c12b2ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,18 @@ setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
[testenv:py{37,38,39,310,311,312,313-dev}-mypy{0.900,0.910,0.921,0.931}]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
deps =
-r{toxinidir}/tests/requirements.txt
mypy0.900: mypy~=0.900.0
mypy0.910: mypy~=0.910.0
mypy0.921: mypy~=0.921.0
mypy0.931: mypy~=0.931.0
attrs<23.2.0,>=21.2.0
[testenv:py312-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,1.6.1,latest}]
setenv =
PYTHONDEVMODE=1
Expand Down

0 comments on commit c12b2ea

Please sign in to comment.