Comment 63 for bug 1368661

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

Reviewed: https://review.openstack.org/252210
Committed: https://git.openstack.org/cgit/openstack/python-swiftclient/commit/?id=6bb97044c22b241c6b1e6d3e35df14131ca2547c
Submitter: Jenkins
Branch: master

commit 6bb97044c22b241c6b1e6d3e35df14131ca2547c
Author: shu-mutou <email address hidden>
Date: Wed Dec 2 15:31:04 2015 +0900

    Delete python bytecode before every test run

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

    Change-Id: Ibaac514521bab11bbf552e0310d1203230c0d984
    Closes-Bug: #1368661