diff --git a/tests/pylint/runpylint.py b/tests/pylint/runpylint.py index b64d09d5..ed6a7a07 100755 --- a/tests/pylint/runpylint.py +++ b/tests/pylint/runpylint.py @@ -17,9 +17,8 @@ class LoraxLintConfig(PocketLintConfig): @property def pylintPlugins(self): retval = super(LoraxLintConfig, self).pylintPlugins - # Not using threads so we can skip these + # Not using threads so we can skip this retval.remove("pocketlint.checkers.environ") - retval.remove("pocketlint.checkers.eintr") # No markup used retval.remove("pocketlint.checkers.markup") return retval