Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5189: Pin version of setuptools-scm ......................................................................
IMPALA-5189: Pin version of setuptools-scm A new upstream release of setuptools-scm (1.15.3) broke setting up the python environment. A subsequently released version fixed the breakage. Nonetheless pinning external dependencies seems like a good idea, so this change pins the version of setuptools-scm to the new version (1.15.4) to protect us from similar issues in the future. I tested this by running the following command in a new virtualenv and checking in the output that it installed the correct version of setuptools-scm (1.15.4). pip install --no-binary --no-index --no-cache-dir --find-links infra/python/deps/ -r infra/python/deps/requirements.txt Change-Id: I398972d2cdf3acc9d5d8c598fc5b964b7241f1d2 Reviewed-on: http://gerrit.cloudera.org:8080/6599 Reviewed-by: Lars Volker <[email protected]> Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins --- M infra/python/deps/requirements.txt 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Impala Public Jenkins: Verified Lars Volker: Looks good to me, approved Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6599 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I398972d2cdf3acc9d5d8c598fc5b964b7241f1d2 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
