pylint-celery
pylint-celery copied to clipboard
tests fail with pylint 1.7+
Because pylint.testutils dropped the make_tests function.
make_tests was made private. See https://github.com/PyCQA/pylint/issues/1438
This issue causes pylint-celery fail to build on Ubuntu 18.04: https://launchpad.net/bugs/1747210