| Index: recipe_engine/unittests/run_test.py
|
| diff --git a/recipe_engine/unittests/run_test.py b/recipe_engine/unittests/run_test.py
|
| index 394244880d02a1a64632f77f566b8725fb8bd475..ffa88d07fdfd61d9ddca0bbb1b3da9e92f0203e8 100755
|
| --- a/recipe_engine/unittests/run_test.py
|
| +++ b/recipe_engine/unittests/run_test.py
|
| @@ -7,7 +7,6 @@ import json
|
| import os
|
| import re
|
| import subprocess
|
| -import sys
|
| import unittest
|
| import tempfile
|
| import time
|
| @@ -18,8 +17,6 @@ from test_env import BASE_DIR
|
| import recipe_engine.run
|
| import recipe_engine.step_runner
|
| from recipe_engine import requests_ssl
|
| -from recipe_engine import recipe_test_api
|
| -import mock
|
|
|
| class RunTest(unittest.TestCase):
|
| def _run_cmd(self, recipe, properties=None, engine_args=None):
|
|
|