Comment 71 for bug 1368661

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

Reviewed: https://review.openstack.org/254065
Committed: https://git.openstack.org/cgit/openstack/python-congressclient/commit/?id=a2393e7f7c71259f61d59e40bc34e86dc7aeaaf9
Submitter: Jenkins
Branch: master

commit a2393e7f7c71259f61d59e40bc34e86dc7aeaaf9
Author: Anusha Ramineni <email address hidden>
Date: Mon Dec 7 13:45:16 2015 +0530

    tox: rm all pyc before doing unit test

    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: I21ef6bf79fe5af41d3714e1d990898b267ae1fab
    Closes-Bug: #1368661