Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Jun 25, 2024
1 parent c12b2ea commit abbb5dd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -291,18 +291,6 @@ 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 Expand Up @@ -331,6 +319,18 @@ 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}]
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,1.8.0,latest}]
setenv =
PYTHONDEVMODE=1
Expand Down

0 comments on commit abbb5dd

Please sign in to comment.