summaryrefslogtreecommitdiff
path: root/tests/cachekey
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/cachekey
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/cachekey')
-rw-r--r--tests/cachekey/cachekey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cachekey/cachekey.py b/tests/cachekey/cachekey.py
index 2f4ed8c43..2bc60582a 100644
--- a/tests/cachekey/cachekey.py
+++ b/tests/cachekey/cachekey.py
@@ -44,7 +44,7 @@ import os
import pytest
-from buildstream.plugintestutils.runcli import cli
+from buildstream.plugintestutils.runcli import cli # pylint: disable=unused-import
from buildstream.plugin import CoreWarnings
from buildstream import _yaml
from tests.testutils.site import HAVE_BZR, HAVE_GIT, HAVE_OSTREE, IS_LINUX, MACHINE_ARCH