Comment 2 for bug 1861932

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

Reviewed: https://review.opendev.org/705860
Committed: https://git.openstack.org/cgit/starlingx/gui/commit/?id=cf702a8390b2d28b5d17212bf5d3be26ea997ee9
Submitter: Zuul
Branch: master

commit cf702a8390b2d28b5d17212bf5d3be26ea997ee9
Author: albailey <email address hidden>
Date: Tue Feb 4 16:24:05 2020 -0600

    Fix pylint zuul failure

    The starlingx-staging repo was incorrectly being pointed at for tox
    pylint dependencies. The dependencies were colliding with
    dependencies from other repos.

    That repo is not used anymore, instead the latest stable stein is used.

    This change points at the most recently released stable/stein horizon
    (15.0.2) in the requirements.

    This change has no effect on build or deployment, only tox.

    The upper constraints zuul job overrides the stein upper constraints,
    and therefore the oslo concurrency 4.0.0 released Feb 3rd is no
    longer triggering a failed tox job.

    Closes-Bug: 1861932
    Change-Id: I3c3fd22993faf47c7e3c32bae18a7f2ab1dd031c
    Signed-off-by: albailey <email address hidden>