Comment 10 for bug 1368661

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

Reviewed: https://review.openstack.org/246057
Committed: https://git.openstack.org/cgit/openstack/python-magnumclient/commit/?id=7703421ae422af3730fdc210baf89d0a06b6623a
Submitter: Jenkins
Branch: master

commit 7703421ae422af3730fdc210baf89d0a06b6623a
Author: OTSUKA, Yuanying <email address hidden>
Date: Tue Nov 17 09:52:13 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: I77f144fc681eadcf8fd7fe735753090e3ebc6084
    Closes-Bug: #1368661