Skip to content

Commit 6088cfe

Browse files
committed
Fix an issue with old tox version
1 parent 2079ed2 commit 6088cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ deps =
5959
pytest-cov>=4,<7
6060
pytest-describe>=2,<3
6161
pytest-timeout>=2,<3
62-
py3{6,7,8,9}, pypy39: typing-extensions>=4.2,<5
62+
py3{6,7,8,9},pypy39: typing-extensions>=4.1,<5
6363
commands =
6464
# to also run the time-consuming tests: tox -e py311 -- --run-slow
6565
# to run the benchmarks: tox -e py311 -- -k benchmarks --benchmark-enable
66-
py3{6,7,8,9,10,11,13}, pypy3{9,10}: pytest tests {posargs}
66+
py3{6,7,8,9,10,11,13},pypy3{9,10}: pytest tests {posargs}
6767
py312: pytest tests {posargs: --cov-report=term-missing --cov=graphql --cov=tests --cov-fail-under=100}

0 commit comments

Comments
 (0)