Comment 33 for bug 1368661

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

Reviewed: https://review.openstack.org/252169
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=7ca83ae8e7dbb869203531c589a1c3615e5b0c01
Submitter: Jenkins
Branch: master

commit 7ca83ae8e7dbb869203531c589a1c3615e5b0c01
Author: shu-mutou <email address hidden>
Date: Wed Dec 2 12:52:30 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: Ib2af15b06f75b86edd4d7f7ca37695b85b12b311
    Closes-Bug: #1368661