Skip to content

Commit 17f647d

Browse files
committed
Remove 'six' from build_order in TestToolchainCL.test_create
1 parent 827c80a commit 17f647d

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', 'six', 'pyjnius', 'android',
87+
'genericndkbuild', 'setuptools', 'pyjnius', 'android',
8888
]
8989
python_modules = []
9090
context = mock.ANY

0 commit comments

Comments
 (0)