Skip to content

Commit

Permalink
Fix issue with older tox versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 26, 2025
1 parent d3c03e6 commit d4f8b32
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 @@ -47,9 +47,9 @@ deps =
pytest-cov>=4.1,<7
pytest-describe>=2.2,<3
pytest-timeout>=2.3,<3
py3{7,8,9}, pypy39: typing-extensions>=4.7.1,<5
py3{7,8,9},pypy39: typing-extensions>=4.7.1,<5
commands =
# to also run the time-consuming tests: tox -e py312 -- --run-slow
# to run the benchmarks: tox -e py312 -- -k benchmarks --benchmark-enable
py3{7,8,9,10,11,13}, pypy3{9,10}: pytest tests {posargs}
py3{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 d4f8b32

Please sign in to comment.