You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#4770pytest-dev/pytest#4772
The other solution is to use a never version of pip.
pip install --upgrade pip
0 commit comments