Comment 4 for bug 1520036

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

Reviewed: https://review.openstack.org/250113
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=40f5e2234acc52617bc2eab5ec98c800e3912eb7
Submitter: Jenkins
Branch: master

commit 40f5e2234acc52617bc2eab5ec98c800e3912eb7
Author: OTSUKA, Yuanying <email address hidden>
Date: Thu Nov 26 10:58:03 2015 +0900

    Delete python bytecode before every test run

    Because python creates pyc files during tox runs, certain
    changes in the tree, like deletes of files, or switching
    branches, can create spurious errors.

    Change-Id: I9e3b8c8cb0e6df8f3b67ec9d4fc5bc5d25356d16
    Closes-Bug: #1520036