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.
TestToolchainCL.test_create
1 parent aa78a6b commit b56a4a3Copy full SHA for b56a4a3
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', 'pyjnius', 'android',
+ 'genericndkbuild', 'pyjnius', 'android',
88
89
python_modules = ['six']
90
context = mock.ANY
0 commit comments