Comment 3 for bug 1852356

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

Reviewed: https://review.opendev.org/693951
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=d2d67ae3a1e7f4e482adf6b2e050f81cf57ec9e7
Submitter: Zuul
Branch: master

commit d2d67ae3a1e7f4e482adf6b2e050f81cf57ec9e7
Author: Brian Rosmaita <email address hidden>
Date: Tue Nov 12 19:30:46 2019 -0500

    Install requirements during the correct tox phase

    Glance isn't explicitly installing requirements, so add requirements
    as tox deps in such a way that they'll be properly constrained by the
    current openstack upper-constraints.

    This change also bumps the version of psycopg to that of the current
    upper-constraints in test-requirements and lower-constraints. (The
    version in our current lower-constraints is subject to the "could not
    determine PostgreSQL version from '10.x'" error, which causes the
    lower-constraints job to fail.)

    Change-Id: I1bb5759e6b1e3f8545ab417617072a61323b59a7
    Closes-bug: #1852356