Dan Kenigsberg has submitted this change and it was merged. Change subject: dockerfile: Install development tools using pip ......................................................................
dockerfile: Install development tools using pip - Remove python-nose which is too old on CentOS, and install version 1.3.7 using pip - Install tox version 2.1.1 using pip. - Install mock, since python-mock is missing in CentOS. - Remove pyflakes and pep8 as they are installed using tox when running make check. Note that for python 3, we install the ditribution packages. pip does not handle well intalling both python 2 and 3 packages. The long term solution is to install all the development tools using tox, each in its own isolated environment, but we are not there yet. Change-Id: Ia4e10a727af5f75b6ede3cc271c2e32eac2fedd8 Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: https://gerrit.ovirt.org/65069 Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <[email protected]> Tested-by: Dan Kenigsberg <[email protected]> --- M contrib/Dockerfile 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/65069 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia4e10a727af5f75b6ede3cc271c2e32eac2fedd8 Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
