summaryrefslogtreecommitdiff
path: root/tests/sources/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/git.py')
-rw-r--r--tests/sources/git.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sources/git.py b/tests/sources/git.py
index debbb04ab..d252a15c3 100644
--- a/tests/sources/git.py
+++ b/tests/sources/git.py
@@ -20,6 +20,9 @@
# William Salmon <will.salmon@codethink.co.uk>
#
+# Pylint doesn't play well with fixtures and dependency injection from pytest
+# pylint: disable=redefined-outer-name
+
import os
import subprocess
import shutil