X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=setup.py;h=7fb1addbfcc44928c8a916dd136d07a5571df93c;hp=7cc9d6b574999f0a66f285cc58f869f3717f2aee;hb=4995c5386698f6c1b370771b7b57d062e5f0f70d;hpb=04e5f9823454ac2cd04eff7f09a1cb433521a408 diff --git a/setup.py b/setup.py index 7cc9d6b..7fb1add 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,9 @@ setup(name='emuvim', 'ipaddress', 'simplejson', 'gevent', - 'flake8' + 'flake8', + # fixes: https://github.com/pytest-dev/pytest/issues/4770 + 'more-itertools<=5.0.0' ], zip_safe=False, entry_points={ @@ -66,5 +68,5 @@ setup(name='emuvim', ], }, setup_requires=['pytest-runner'], - tests_require=['pytest'], + tests_require=['pytest', 'more-itertools<=5.0.0'], )