Repository: aurora Updated Branches: refs/heads/master 7e276f28e -> 8c8661958
Upgrade to pants `0.0.59` to avoid pytest errors. The problem is described here: https://github.com/pantsbuild/pants/issues/2566 Changelogs are here: https://pypi.python.org/pypi/pantsbuild.pants/0.0.59 pants.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Testing Done: Before the fix stumbled into this: ``` $ ./build-support/jenkins/build.sh ... 11:22:51 00:00 [test] 11:22:51 00:00 [run_prep_command] 11:22:51 00:00 [test] 11:22:51 00:00 [pytest] 11:22:51 00:00 [run] 11:23:04 00:13 [chroot] 11:23:11 00:20 [complete] FAILURE Exception message: Could not satisfy all requirements for pytest>=2.6,<2.7: pytest>=2.6,<2.7, pytest>=2.8.0(from: pytest-timeout) ``` That triggered a bit of a pants release firefight leading to this RB and one for Medium's mono repo as well as patching of the fix in at Square. Now `./build-support/jenkins/build.sh` runs green as well. Reviewed at https://reviews.apache.org/r/40334/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/8c866195 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/8c866195 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/8c866195 Branch: refs/heads/master Commit: 8c8661958f13942bba95a3c0367345cb024d956f Parents: 7e276f2 Author: John Sirois <[email protected]> Authored: Mon Nov 16 11:45:34 2015 -0800 Committer: Zameer Manji <[email protected]> Committed: Mon Nov 16 11:45:34 2015 -0800 ---------------------------------------------------------------------- pants.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/8c866195/pants.ini ---------------------------------------------------------------------- diff --git a/pants.ini b/pants.ini index b12248c..d58908c 100644 --- a/pants.ini +++ b/pants.ini @@ -12,7 +12,7 @@ # limitations under the License. [DEFAULT] -pants_version: 0.0.57 +pants_version: 0.0.59 [thrift-binary]
