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
Use python3's venv instead of virtualenv (kivy#2152)
* 👽 Migrate to `toml` and apply `isort` to `pythonpackage.py`
Because `pytoml` is deprecated
See also: https://pypi.org/project/pytoml/
* 🐛 Avoid copying `.tox` folder when extracting metadata from package
Because when running local tests for `test_pythonpackages` and we have
some virtual envs created with tox the function also copies the hidden
tox folder causing error on our tests
* 🔥 Use python3's venv instead of `virtualenv`
* 💚 Add new dependency to docker `libssl-dev`
So this way we will get hostpython's _ssl module build,
and we will be able to use hostpython's pip without security errors.
* 📝 Update outdated inline comment
* 🍎 Don't run p4a inside virtualenv/venv
because it seems that hostpython's build scripts gets confused on about locating the `pyconfig.h` file
**Note:** This only happens to macOS platform
0 commit comments