Skip to content

Commit 67a620c

Browse files
committed
Fix an issue with old tox version
1 parent 2079ed2 commit 67a620c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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.2,<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

0 commit comments

Comments
 (0)