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

Appearance settings

Commit 6088cfe

Browse filesBrowse files
committed
Fix an issue with old tox version
1 parent 2079ed2 commit 6088cfe
Copy full SHA for 6088cfe

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎tox.ini

Copy file name to clipboardExpand all lines: tox.ini
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.