Comment 11 for bug 1368661

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

Reviewed: https://review.openstack.org/246064
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=c57f205a2a542d972ca717024769a3f86fefa06b
Submitter: Jenkins
Branch: master

commit c57f205a2a542d972ca717024769a3f86fefa06b
Author: OTSUKA, Yuanying <email address hidden>
Date: Tue Nov 17 10:08:28 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: Id8798992dd71d9a7b16cba9e822bab236f0fcad7
    Closes-Bug: #1368661