Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5044: test infra: remove backports.tempfile ......................................................................
IMPALA-5044: test infra: remove backports.tempfile backports.tempfile is not compatible with Python 2.6, so if Python 2.6 is the Python used for end-to-end tests, this test unconditionally fails. Moreover, Py.test provides a builtin tmpdir fixture with equivalent functionality. Remove the requirement and port tests using backports.tempfile.TemporaryDirectory to use tmpdir. Change-Id: I887b62eb1b3425fc8fd62562e28f0c17cb261f6d Reviewed-on: http://gerrit.cloudera.org:8080/6316 Reviewed-by: Michael Brown <[email protected]> Tested-by: Impala Public Jenkins --- M infra/python/deps/requirements.txt M tests/query_test/test_insert_parquet.py 2 files changed, 7 insertions(+), 10 deletions(-) Approvals: Impala Public Jenkins: Verified Michael Brown: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6316 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I887b62eb1b3425fc8fd62562e28f0c17cb261f6d Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Michael Brown <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]>
