Repository: aurora Updated Branches: refs/heads/master 0150312eb -> 0aeac9590
Upgrade pants to 0.0.68. This is the regular weekly release/upgrade. The CHANGELOG can be read here: http://pantsbuild.github.io/changelog.html Of interest for Aurora is graceful error handling when running py.test with `--coverage` enabled. Testing Done: Locally green: ``` ./build-support/jenkins/build.sh ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh ``` Reviewed at https://reviews.apache.org/r/42445/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/0aeac959 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/0aeac959 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/0aeac959 Branch: refs/heads/master Commit: 0aeac959079f03053fd458a4af39cdcd304ba3cc Parents: 0150312 Author: John Sirois <[email protected]> Authored: Tue Jan 19 14:07:18 2016 -0700 Committer: John Sirois <[email protected]> Committed: Tue Jan 19 14:07:18 2016 -0700 ---------------------------------------------------------------------- pants.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/0aeac959/pants.ini ---------------------------------------------------------------------- diff --git a/pants.ini b/pants.ini index a5fbfba..7df23eb 100644 --- a/pants.ini +++ b/pants.ini @@ -12,7 +12,7 @@ # limitations under the License. [DEFAULT] -pants_version: 0.0.67 +pants_version: 0.0.68 plugins: [ 'pantsbuild.pants.contrib.python.checks==%(pants_version)s',
