Skip to content

Commit 15cd866

Browse files
clayoteT-Dynamos
authored andcommitted
Add 'six' to python_modules in TestToolchainCL.test_create
1 parent 9ed9de8 commit 15cd866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_create(self):
8686
'hostpython3', 'libffi', 'openssl', 'sqlite3', 'python3',
8787
'genericndkbuild', 'setuptools', 'pyjnius', 'android',
8888
]
89-
python_modules = []
89+
python_modules = ['six']
9090
context = mock.ANY
9191
project_dir = None
9292
assert m_build_recipes.call_args_list == [

0 commit comments

Comments
 (0)