Comment 46 for bug 1368661

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

Reviewed: https://review.openstack.org/252174
Committed: https://git.openstack.org/cgit/openstack/python-saharaclient/commit/?id=db8af49e1739f5a627962348a7342c3b55646b8e
Submitter: Jenkins
Branch: master

commit db8af49e1739f5a627962348a7342c3b55646b8e
Author: shu-mutou <email address hidden>
Date: Wed Dec 2 13:01:20 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: Iaeb0ca55d88a3070501cb90c77cd389895bef74c
    Closes-Bug: #1368661