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.
build_order
TestToolchainCL.test_create
1 parent 827c80a commit 17f647dCopy full SHA for 17f647d
1 file changed
tests/test_toolchain.py
@@ -84,7 +84,7 @@ def test_create(self):
84
]
85
build_order = [
86
'hostpython3', 'libffi', 'openssl', 'sqlite3', 'python3',
87
- 'genericndkbuild', 'setuptools', 'six', 'pyjnius', 'android',
+ 'genericndkbuild', 'setuptools', 'pyjnius', 'android',
88
89
python_modules = []
90
context = mock.ANY
0 commit comments