8000 Fixed flask build test (added pyjnius) · modulexcite/python-for-android@8160a6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8160a6f

Browse files
committed
Fixed flask build test (added pyjnius)
1 parent 67a39bb commit 8160a6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_builds/tests/test_apk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def set_argv(argv):
4040
'ndk_dir': ndk_dir,
4141
'ndk_version': ndk_version},
4242
{'app_dir': path.join(testapps_dir, 'testapp_flask'),
43-
'requirements': 'python2,flask',
43+
'requirements': 'python2,flask,pyjnius',
4444
'packagename': 'p4a_test_flask',
4545
'bootstrap': 'webview',
4646
'ndk_dir': ndk_dir,
@@ -55,6 +55,7 @@ def test_build_sdl2(args):
5555
'{app_dir} --package=net.p4a.{packagename} --name={packagename} '
5656
'--version=0.1 --bootstrap={bootstrap} --android_api=19 '
5757
'--ndk_dir={ndk_dir} --ndk_version={ndk_version} --debug '
58+
'--permission VIBRATE '
5859
'--orientation portrait --dist_name=test-{packagename}').format(
5960
**args).split(' '))
6061

0 commit comments

Comments
 (0)
0