Comment 50 for bug 1368661

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

Reviewed: https://review.openstack.org/252171
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=b9bd8c6a030a04e5fc4e545dd0014ed1de27b774
Submitter: Jenkins
Branch: master

commit b9bd8c6a030a04e5fc4e545dd0014ed1de27b774
Author: shu-mutou <email address hidden>
Date: Wed Dec 2 12:56:56 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: Ib5cbd375b208dbea1f18ada00b44ba76dcdda9c5
    Closes-Bug: #1368661