You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add to the Github release page (see e.g. `this example <https://github.com/kivy/python-for-android/releases/tag/v2019.06.06>`__):
61
61
- The python-for-android README summary
62
62
- A short list of major changes in this release, if any
@@ -67,15 +67,18 @@ At this point, wait for reviewer approval and conclude any discussion that arise
67
67
68
68
Release checklist
69
69
~~~~~~~~~~~~~~~~~
70
-
71
-
- [ ] Check that the [build is passing](https://travis-ci.org/kivy/python-for-android)
72
-
- [ ] Run the tests locally via `tox`: this performs some long-running tests that are skipped on Travis.
73
-
- [ ] Build and run the [on_device_unit_tests](https://github.com/kivy/python-for-android/tree/master/testapps/on_device_unit_tests) app using buildozer. Check that they all pass.
74
-
- [ ] Build and run the following [testapps](https://github.com/kivy/python-for-android/tree/master/testapps) for arch `armeabi-v7a` and `arm64-v8a`:
- [ ] Run the tests locally via `tox`: this performs some long-running tests that are skipped on Travis.
76
+
- [ ] Build and run the [on_device_unit_tests](https://github.com/kivy/python-for-android/tree/master/testapps/on_device_unit_tests) app using buildozer. Check that they all pass.
77
+
- [ ] Build (or download from github actions) and run the following [testapps](https://github.com/kivy/python-for-android/tree/master/testapps/on_device_unit_tests) for arch `armeabi-v7a` and `arm64-v8a`:
@@ -197,3 +202,20 @@ ModuleNotFoundError: No module named '_ctypes'
197
202
You do not have the libffi headers available to python-for-android, so you need to install them. On Ubuntu and derivatives these come from the `libffi-dev` package.
198
203
199
204
After installing the headers, clean the build (`p4a clean builds`, or with buildozer delete the `.buildozer` directory within your app directory) and run python-for-android again.
205
+
206
+
SSLError("Can't connect to HTTPS URL because the SSL module is not available.")
0 commit comments