Skip to content

Commit 3b06696

Browse files
Version 6.0 of more-itertools bug.
The version 6.0 of more-itertools seems to have introduced the bug: def _collate(*iterables, key=lambda a: a, reverse=False): ^ SyntaxError: invalid syntax `from tox import cmdline`, have the dependency of more-itertools. Issue: pytest-dev/pytest#4770 pytest-dev/pytest#4772 The other solution is to use a never version of pip. pip install --upgrade pip
1 parent 3489a23 commit 3b06696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
more-itertools<=5.0.0 ; python_version=="2.7"
12
boltkit==1.2.0
23
coverage
34
mock

0 commit comments

Comments
 (0)