We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python_modules
TestToolchainCL.test_create
1 parent 17f647d commit aa78a6bCopy full SHA for aa78a6b
1 file changed
tests/test_toolchain.py
@@ -86,7 +86,7 @@ def test_create(self):
86
'hostpython3', 'libffi', 'openssl', 'sqlite3', 'python3',
87
'genericndkbuild', 'setuptools', 'pyjnius', 'android',
88
]
89
- python_modules = []
+ python_modules = ['six']
90
context = mock.ANY
91
project_dir = None
92
assert m_build_recipes.call_args_list == [
0 commit comments