Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎tox.ini

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /