Commit 3b06696
committed
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 pip1 parent 3489a23 commit 3b06696
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments