Index: tests/trychange_unittest.py |
diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py |
index f7ba76da71e94b7e7ec7e2ca8bab57d1131e6e39..5575d4be437ad28d634ad77bc84510a0995254d8 100755 |
--- a/tests/trychange_unittest.py |
+++ b/tests/trychange_unittest.py |
@@ -48,7 +48,7 @@ class TryChangeUnittest(TryChangeTestsBase): |
'breakpad', 'datetime', 'errno', 'fix_encoding', 'gcl', 'gclient_utils', |
'getpass', |
'json', 'logging', 'optparse', 'os', 'posixpath', 're', 'scm', 'shutil', |
- 'sys', 'tempfile', 'urllib', |
+ 'subprocess2', 'sys', 'tempfile', 'urllib', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(trychange, members) |