sonata-nfv / son-emu

Attention! Legacy! This repo will be replaced with https://github.com/containernet/vim-emu
https://github.com/containernet/vim-emu
Apache License 2.0
36 stars 32 forks source link

Fix: Remove temporary fixes for pytest #296

Open mpeuster opened 5 years ago

mpeuster commented 5 years ago

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: https://github.com/pytest-dev/pytest/issues/4770