Skip to content

Commit

Permalink
Fix an issue with old tox version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 26, 2025
1 parent 2079ed2 commit 6088cfe
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 @@ -59,9 +59,9 @@ deps =
pytest-cov>=4,<7
pytest-describe>=2,<3
pytest-timeout>=2,<3
py3{6,7,8,9}, pypy39: typing-extensions>=4.2,<5
py3{6,7,8,9},pypy39: typing-extensions>=4.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
py3{6,7,8,9,10,11,13}, pypy3{9,10}: pytest tests {posargs}
py3{6,7,8,9,10,11,13},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 6088cfe

Please sign in to comment.