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 ad43a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -50,5 +50,5 @@ deps =
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 ad43a3d

Please sign in to comment.