We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest 4.x is broke because more-itertools>=6.0.0 dropped python2 support.
more-itertools>=6.0.0
Error e.g. def _collate(*iterables, key=lambda a: a, reverse=False):
def _collate(*iterables, key=lambda a: a, reverse=False):
Reason: pytest-dev/pytest#4770
https://github.com/sonata-nfv/son-emu/blob/master/Dockerfile#L61
https://github.com/sonata-nfv/son-emu/blob/master/setup.py#L61
https://github.com/sonata-nfv/son-emu/blob/master/setup.py#L71
Containernet: Dockerfile, setup.py, Dockerfile.centos
The text was updated successfully, but these errors were encountered:
mpeuster/containernet@69e26e3
containernet/containernet@4c161a1
No branches or pull requests
pytest 4.x is broke because
more-itertools>=6.0.0
dropped python2 support.Error e.g.
def _collate(*iterables, key=lambda a: a, reverse=False):
Reason: pytest-dev/pytest#4770
https://github.com/sonata-nfv/son-emu/blob/master/Dockerfile#L61
https://github.com/sonata-nfv/son-emu/blob/master/setup.py#L61
https://github.com/sonata-nfv/son-emu/blob/master/setup.py#L71
Containernet: Dockerfile, setup.py, Dockerfile.centos
The text was updated successfully, but these errors were encountered: