Comment 2 for bug 1960603

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ci/+/828826
Committed: https://opendev.org/openstack/tripleo-ci/commit/0c2cf3e63ca423977e8eb4d73de738b3c0cb6eed
Submitter: "Zuul (22348)"
Branch: master

commit 0c2cf3e63ca423977e8eb4d73de738b3c0cb6eed
Author: Arx Cruz <email address hidden>
Date: Fri Feb 11 10:22:54 2022 +0100

    Install dataclasses only for python version < 3.7

    According [1] the dataclasses is already included in python 3.7 and
    foward versions. Attempt to install it fails because the package
    doesn't exist. This patch fix the test-requirements.txt to only
    install it when python version is lower than 3.7.

    1 - https://github.com/ericvsmith/dataclasses

    Closes-Bug: #1960603
    Change-Id: Iab540e69b698205cbb9c75061313aad9d9c2d3c4