| Index: scripts/slave/unittests/recipe_simulation_test.py
|
| diff --git a/scripts/slave/unittests/recipe_simulation_test.py b/scripts/slave/unittests/recipe_simulation_test.py
|
| index e989eb94481fc73bb1c8f1a05081f5f26a815531..1c98aa4950a4e6e4571e0a0837b91e60295c23b8 100755
|
| --- a/scripts/slave/unittests/recipe_simulation_test.py
|
| +++ b/scripts/slave/unittests/recipe_simulation_test.py
|
| @@ -8,7 +8,7 @@
|
| import os
|
|
|
| # Importing for side effects on sys.path? Yes... yes we are :(
|
| -import test_env # pylint: disable=W0611
|
| +import test_env # pylint: disable=W0611,W0403
|
|
|
| from common import annotator
|
| from slave import annotated_run
|
| @@ -16,7 +16,7 @@ from slave import recipe_config_types
|
| from slave import recipe_loader
|
| from slave import recipe_util
|
|
|
| -import expect_tests
|
| +import expect_tests # pylint: disable=W0403
|
|
|
|
|
| def RunRecipe(test_data):
|
|
|