diff options
Diffstat (limited to 'tests/remoteexecution/simple.py')
-rw-r--r-- | tests/remoteexecution/simple.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/remoteexecution/simple.py b/tests/remoteexecution/simple.py index 53f4c65a4..1b7f7818a 100644 --- a/tests/remoteexecution/simple.py +++ b/tests/remoteexecution/simple.py @@ -1,7 +1,10 @@ +# Pylint doesn't play well with fixtures and dependency injection from pytest +# pylint: disable=redefined-outer-name + import os import pytest -from buildstream.testing import cli_remote_execution as cli +from buildstream.testing import cli_remote_execution as cli # pylint: disable=unused-import from buildstream.testing.integration import assert_contains |