Comment 12 for bug 1368661

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

Reviewed: https://review.openstack.org/246067
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=bf06ebff63fd092d75d9eaebe3c7c1091e6334c3
Submitter: Jenkins
Branch: master

commit bf06ebff63fd092d75d9eaebe3c7c1091e6334c3
Author: OTSUKA, Yuanying <email address hidden>
Date: Tue Nov 17 10:09:25 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: I948892fb820f3d0583731627068ae3aa254121e7
    Closes-Bug: #1368661