From 6088cfeaa77debdee9676fefd2d2b5f4a38252fb Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Sun, 26 Jan 2025 11:44:10 +0100 Subject: [PATCH] Fix an issue with old tox version --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5b826857..ebb25a88 100644 --- a/tox.ini +++ b/tox.ini @@ -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}