Comment 40 for bug 1741634

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_tempest (master)

Reviewed: https://review.openstack.org/533667
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_tempest/commit/?id=4314c3e47f1be882727bf3e5be7ba43f67bcf866
Submitter: Zuul
Branch: master

commit 4314c3e47f1be882727bf3e5be7ba43f67bcf866
Author: Jean-Philippe Evrard <email address hidden>
Date: Mon Jan 15 13:54:00 2018 +0000

    Replace virtualenv-tools by a script

    virtualenv-tools has a bug which gets triggered in gates: it can't
    change the shebang of a virtualenv python bin/ files if they
    were generated with a virtualenv script whose shebang ends with
    python2 instead of python.

    Because we can't modify virtualenv-tools, we use shell scripts
    instead.

    Change-Id: Icbe6b72cebede21de7a63f3a5340ee11a50e6fd3
    Partial-Bug: #1741634