diff options
Diffstat (limited to 'tests/integration/messages.py')
-rw-r--r-- | tests/integration/messages.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration/messages.py b/tests/integration/messages.py index 2211ea468..e57633c55 100644 --- a/tests/integration/messages.py +++ b/tests/integration/messages.py @@ -17,6 +17,9 @@ # Authors: Tristan Maat <tristan.maat@codethink.co.uk> # +# Pylint doesn't play well with fixtures and dependency injection from pytest +# pylint: disable=redefined-outer-name + import os import pytest |