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
In the pants case, a python_binary marked zip_safe=False correctly generates a pex with a zip_safe=false PEX-INFO manifest, but when the binary is run it acts as if PEX_FORCE_LOCAL has been explicity set to false, thus ignoring the PEX-INFO setting systemically.
For example, PexInfo's zip_safe is trampled by PEX_FORCE_LOCAL. Any non-None Variables value default currently is treated as-if the env var was actually set by a user:
https://github.com/pantsbuild/pex/blob/master/pex/pex_info.py#L100-L101
The text was updated successfully, but these errors were encountered: