Skip to content

Commit

Permalink
Fix and simplify tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Sep 3, 2024
1 parent 7d72266 commit bc9fa5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
pypy3: pypy9
pypy3: pypy39
pypy3.9: pypy39
pypy3.10: pypy310

Expand Down Expand Up @@ -46,9 +46,9 @@ deps =
pytest-cov>=4.1,<6
pytest-describe>=2.2,<3
pytest-timeout>=2.3,<3
py37,py38,py39,pypy39: typing-extensions>=4.7.1,<5
py3{7,8,9}, pypy39: typing-extensions>=4.7.1,<5
commands =
# to also run the time-consuming tests: tox -e py311 -- --run-slow
# to run the benchmarks: tox -e py311 -- -k benchmarks --benchmark-enable
py37,py38,py39,py310,py311,pypy39,pypy310: pytest tests {posargs}
py3{7,8,9,10,11}, pypy3{9,10}: pytest tests {posargs}
py312: pytest tests {posargs: --cov-report=term-missing --cov=graphql --cov=tests --cov-fail-under=100}

0 comments on commit bc9fa5e

Please sign in to comment.