diff options
Diffstat (limited to 'tests/sourcecache/workspace.py')
-rw-r--r-- | tests/sourcecache/workspace.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sourcecache/workspace.py b/tests/sourcecache/workspace.py index 587386134..cfc4ac744 100644 --- a/tests/sourcecache/workspace.py +++ b/tests/sourcecache/workspace.py @@ -17,6 +17,10 @@ # Authors: # Raoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk> # + +# Pylint doesn't play well with fixtures and dependency injection from pytest +# pylint: disable=redefined-outer-name + import os import shutil |