Comment 11 for bug 2000357

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-common/+/868470
Committed: https://opendev.org/openstack/tripleo-common/commit/93c21833829cc5731057586e9c5cb2140ea2d646
Submitter: "Zuul (22348)"
Branch: master

commit 93c21833829cc5731057586e9c5cb2140ea2d646
Author: Takashi Kajinami <email address hidden>
Date: Fri Dec 23 16:17:37 2022 +0900

    Adapt to tox 4.x

    skipdist=True does not work with latest tox 4.x.

    Also, skip_install=True without any deps causes the following task
    failure in CI, because the log directory is no longer created. This
    change ensures we use the individual environment instead of using
    a different environment.

    TASK [tox : Install any sibling python packages]
    ...
    ubuntu-jammy | FileNotFoundError: [Errno 2] No such file or directory:
    '/home/zuul/src/opendev.org/openstack/tripleo-common/.tox/pep8/log/
    pep8-siblings.txt'

    Closes-Bug: #2000357
    Co-Authored-By: Rabi Mishra <email address hidden>
    Change-Id: I638649e0722011ad39cc94f0cc0bfcf65cf1518b