Dan Kenigsberg has submitted this change and it was merged. Change subject: tests: Fix Python 2.6 compatibility ......................................................................
tests: Fix Python 2.6 compatibility Recent tests use set comprehension which is available only in Python 2.7, failing builds on EL machines. Change-Id: Idf684f2dbee3a024d90d7d9fd7378636fad2ea8d Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31785 Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/toolTests.py 1 file changed, 7 insertions(+), 7 deletions(-) Approvals: Nir Soffer: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/31785 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idf684f2dbee3a024d90d7d9fd7378636fad2ea8d Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
