INTERNALERROR> File "/home/stefanga/projects/oe-fwrt/.tox/scripts/lib/python3.5/site-packages/pytest_pylint/plugin.py", line 174, in pytest_collection_finish
INTERNALERROR> result = lint.Run(args_list, reporter=reporter, do_exit=False)
INTERNALERROR> TypeError: __init__() got an unexpected keyword argument 'do_exit'
pytest-pylint successfully work with pylint 2.x
The API change was introduced in https://github.com/PyCQA/pylint/pull/3554 and should be reverted since it breaks the API in a patch release.
Sorry for the hassle, feel free to submit a PR to pytest-pylint.