scie-pants 0.3.0
0.3.0
This release adds support for running Pants from a local Pants clone. This is useful for testing out
unreleased Pants changes.
This feature used to be provided by a bespoke pants_from_sources script copied around to various
repositories; an example of which is here.
There are two ways to activate this mode:
- Execute pantswith thePANTS_SOURCEenvironment variable set as the path to the Pants repo
 whose Pants code you'd like to run against your repo.
- Copy, hardlink or symlink your pantsbinary topants_from_sourcesand execute that.
The first activation method is new. The second mode follows the bespoke ./pants_from_sources
conventions and assumes PANTS_SOURCE=../pants. You can override that by setting thePANTS_SOURCE
env var as in the first activation method.