Comment 72 for bug 1368661

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

Reviewed: https://review.openstack.org/252157
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=83d61566cee8b8e786b46103cf3e72fbe8077c1a
Submitter: Jenkins
Branch: master

commit 83d61566cee8b8e786b46103cf3e72fbe8077c1a
Author: shu-mutou <email address hidden>
Date: Wed Dec 2 12:19:19 2015 +0900

    Delete python bytecode before every test run

    Because python creates pyc|pyo files and __pycache__
    directories during tox runs, certain changes in the tree,
    like deletes of files, or switching branches, can create
    spurious errors.

    The target bytecodes for deletion are in normal directories,
    but not in dot started directory.

    Change-Id: Iee36c67d2e5e4d9e78b1b1b493030761e0f46e3c
    Closes-Bug: #1368661