Skip to content

Commit b0826fe

Browse files
authored
fix(tests): Pin more-itertools in tests for Python 3.5 compat (#1254)
Version 8.11.0 of more-itertools drops Python 3.5 support. This pins the library to <8.11.0 so that we still run tests.
1 parent b286406 commit b0826fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ commands =
302302
{py3.5,py3.6,py3.7,py3.8,py3.9}-flask-{0.10,0.11,0.12}: pip install pytest<5
303303
{py3.6,py3.7,py3.8,py3.9}-flask-{0.11}: pip install Werkzeug<2
304304

305+
; https://github.com/more-itertools/more-itertools/issues/578
306+
py3.5-flask-{0.10,0.11,0.12}: pip install more-itertools<8.11.0
307+
305308
py.test {env:TESTPATH} {posargs}
306309

307310
[testenv:linters]

0 commit comments

Comments
 (0)