Skip to content

Commit b56a4a3

Browse files
committed
Remove 'setuptools' from 'build_order' in TestToolchainCL.test_create
I guess because the hostpython already has it, there's no need to build it again?
1 parent aa78a6b commit b56a4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_create(self):
8484
]
8585
build_order = [
8686
'hostpython3', 'libffi', 'openssl', 'sqlite3', 'python3',
87-
'genericndkbuild', 'setuptools', 'pyjnius', 'android',
87+
'genericndkbuild', 'pyjnius', 'android',
8888
]
8989
python_modules = ['six']
9090
context = mock.ANY

0 commit comments

Comments
 (0)