Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ad43a3d

Browse files
committedSep 3, 2024··
Fix and simplify tox.ini
1 parent 7d72266 commit ad43a3d

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
@@ -11,7 +11,7 @@ python =
1111
3.10: py310
1212
3.11: py311
1313
3.12: py312
14-
pypy3: pypy9
14+
pypy3: pypy39
1515
pypy3.9: pypy39
1616
pypy3.10: pypy310
1717

@@ -50,5 +50,5 @@ deps =
5050
commands =
5151
# to also run the time-consuming tests: tox -e py311 -- --run-slow
5252
# to run the benchmarks: tox -e py311 -- -k benchmarks --benchmark-enable
53-
py37,py38,py39,py310,py311,pypy39,pypy310: pytest tests {posargs}
53+
py3{7,8,9,10,11},pypy3{9,10}: pytest tests {posargs}
5454
py312: pytest tests {posargs: --cov-report=term-missing --cov=graphql --cov=tests --cov-fail-under=100}

0 commit comments

Comments
 (0)
Please sign in to comment.