python-binary
Default settings for creating PEX executables.
Backend: ``
Config section: [python-binary]
Basic options
None
Advanced options
emit_warnings
--[no-]python-binary-emit-warningsPANTS_PYTHON_BINARY_EMIT_WARNINGSpants.toml
[python-binary]
emit_warnings = <bool>
default:
TrueWhether built PEX binaries should emit PEX warnings at runtime by default. Can be overridden by specifying the emit_warnings parameter of individual pex_binary targets
Deprecated options
pex_emit_warnings
--[no-]python-binary-pex-emit-warningsPANTS_PYTHON_BINARY_PEX_EMIT_WARNINGSpants.toml
[python-binary]
pex_emit_warnings = <bool>
default:
Deprecated, will be removed in version: 2.1.0.dev0.
Use `emit_warnings` rather than `pex_emit_warnings`.
TrueDeprecated, will be removed in version: 2.1.0.dev0.
Use `emit_warnings` rather than `pex_emit_warnings`.
Whether built PEX binaries should emit pex warnings at runtime by default. Can be overridden by specifying the emit_warnings parameter of individual pex_binary targets
Related subsystems
None