Added VIRTUALENV_PIP to terra.env so that apps do not need to be responsible for this (Can be commented out in the future, due to the removal of envcontext)
Removed envcontext and use a vendored version in VSI common instead. The envcontextsetup.py file is bad, and has bad metadata that now causes it to fail to install correctly.
Replaces the old makeself calls with the new improved makeself calls. Creates a more reliable frozen app
Fixed how warnings are set up, so that previous warning filters are no longer wiped by accident. Previous, terra.logging had to be imported before setting up filters, this will no longer be true
Celery workers were not working in a pyinstaller app due to hidden imports, this should be fixed now.
VIRTUALENV_PIP
toterra.env
so that apps do not need to be responsible for this (Can be commented out in the future, due to the removal ofenvcontext
)envcontext
and use a vendored version in VSI common instead. Theenvcontext
setup.py
file is bad, and has bad metadata that now causes it to fail to install correctly.terra.logging
had to be imported before setting up filters, this will no longer be true