summaryrefslogtreecommitdiff
path: root/tests/frontend/track.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-19 18:36:38 +0000
committerBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-20 09:38:42 +0000
commitda439e6658049bb79ca471f4eeac401e70c548f1 (patch)
tree1d7a1a4f64ecade572aa2b2bfaaa9e77164f4baf /tests/frontend/track.py
parenta90daa6a123d74a938a646e2fccaf4bfe6a5b950 (diff)
downloadbuildstream-da439e6658049bb79ca471f4eeac401e70c548f1.tar.gz
tests:lint: disable 'unused-import' checks on pytest fixtures
Pylint can't know that pytest's fixtures are used in a file and therefore reports false positives. Silencing all those errors
Diffstat (limited to 'tests/frontend/track.py')
-rw-r--r--tests/frontend/track.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/track.py b/tests/frontend/track.py
index 011bd9bd1..2660b25de 100644
--- a/tests/frontend/track.py
+++ b/tests/frontend/track.py
@@ -6,7 +6,7 @@ import os
import pytest
from tests.testutils import create_repo, generate_junction
-from buildstream.plugintestutils import cli
+from buildstream.plugintestutils import cli # pylint: disable=unused-import
from buildstream._exceptions import ErrorDomain, LoadErrorReason
from buildstream import _yaml