<@U04S45AHA> qq about <https://github.com/pantsbui...
# announce
a
@enough-analyst-54434 qq about https://github.com/pantsbuild/pants/pull/6618 - https://github.com/pantsbuild/pants/pull/6618/files#diff-8df29d1d34c8664576a80f7af5efee93R94 calls
execute_pex
to test that the thing can be installed, but
execute_pex
passes
--no-pypi
to pex, which means that
release.sh -t
doesn’t actually work, as far as I can tell because
-t
is meant to check pypi… Is my read wrong there?
e
Your read looks right to me. I believe have never run -t since inception.
a
Cool, thanks!