Skip to content

Commit d4f8b32

Browse files
committed
Fix issue with older tox versions
1 parent d3c03e6 commit d4f8b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ deps =
4747
pytest-cov>=4.1,<7
4848
pytest-describe>=2.2,<3
4949
pytest-timeout>=2.3,<3
50-
py3{7,8,9}, pypy39: typing-extensions>=4.7.1,<5
50+
py3{7,8,9},pypy39: typing-extensions>=4.7.1,<5
5151
commands =
5252
# to also run the time-consuming tests: tox -e py312 -- --run-slow
5353
# to run the benchmarks: tox -e py312 -- -k benchmarks --benchmark-enable
54-
py3{7,8,9,10,11,13}, pypy3{9,10}: pytest tests {posargs}
54+
py3{7,8,9,10,11,13},pypy3{9,10}: pytest tests {posargs}
5555
py312: pytest tests {posargs: --cov-report=term-missing --cov=graphql --cov=tests --cov-fail-under=100}

0 commit comments

Comments
 (0)