Skip to content

Commit 9d0b271

Browse files
committed
Fix and simplify tox.ini
1 parent eaa2f3a commit 9d0b271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ deps =
5858
pytest-cov>=4,<6
5959
pytest-describe>=2,<3
6060
pytest-timeout>=2,<3
61-
py36,py37,38,py39,py310: typing-extensions>=4,<5
61+
py3{6,7,8,9}, pypy39: typing-extensions>=4,<5
6262
commands =
6363
# to also run the time-consuming tests: tox -e py311 -- --run-slow
6464
# to run the benchmarks: tox -e py311 -- -k benchmarks --benchmark-enable
65-
py37,py38,py39,py310,py311,pypy39,pypy310: pytest tests {posargs}
65+
py3{6,7,8,9,10,11}, pypy3{9,10}: pytest tests {posargs}
6666
py312: pytest tests {posargs: --cov-report=term-missing --cov=graphql --cov=tests --cov-fail-under=100}

0 commit comments

Comments
 (0)