summaryrefslogtreecommitdiff
path: root/tests/examples/autotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/autotools.py')
-rw-r--r--tests/examples/autotools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/autotools.py b/tests/examples/autotools.py
index 16132cf45..8a411b7a3 100644
--- a/tests/examples/autotools.py
+++ b/tests/examples/autotools.py
@@ -4,7 +4,7 @@
import os
import pytest
-from buildstream.plugintestutils import cli_integration as cli
+from buildstream.plugintestutils import cli_integration as cli # pylint: disable=unused-import
from buildstream.plugintestutils.integration import assert_contains
from tests.testutils.site import HAVE_BWRAP, IS_LINUX, MACHINE_ARCH