For those of you who hack on the Python components of Aurora, we're upgrading to pants 0.0.27 here: https://reviews.apache.org/r/29866/ The major change is that typing "goal" is no longer a thing.
To run tests: ./pants test <test target(s)> and to build PEX binaries: ./pants binary <binary target(s)> Let me know if you run into any issues from this upgrade. ~brian