Comment 2 for bug 1849870

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

Reviewed: https://review.opendev.org/691391
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b2122f77024f071a78f0b73a3f3336dbd1b8bcac
Submitter: Zuul
Branch: master

commit b2122f77024f071a78f0b73a3f3336dbd1b8bcac
Author: Matt Riedemann <email address hidden>
Date: Fri Oct 25 12:37:38 2019 -0400

    Stop building docs with (test-)requirements.txt

    Change Iba797243d2a137b551223165a1af1a8676bcea02 was a bit
    overzealous in using {[testenv]deps} and changed the docs
    tox target to also install requirements.txt and
    test-requirements.txt which means for docs builds we're
    installing things like psycopg2 which we shouldn't be doing
    if we don't have the correct native packages installed to
    build those types of dependencies.

    Change-Id: Ib718911596b93ec6ec7e899210300d2f0d9572ed
    Closes-Bug: #1849870