Comment 11 for bug 1629726

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to rally (master)

Reviewed: https://review.openstack.org/385360
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=31a8f05a650d5268eb1537e15b1c71a3b090c241
Submitter: Jenkins
Branch: master

commit 31a8f05a650d5268eb1537e15b1c71a3b090c241
Author: Jesse Pretorius <email address hidden>
Date: Wed Oct 12 10:21:01 2016 +0100

    Remove pycparser restriction from requirements

    The assertion error mentioned to justify the restriction is
    not actually due to this version of the python package, but
    instead due to an improperly prepared wheel which was
    uploaded to pypi. This wheel has now been removed and the
    package works properly.

    Reference: https://github.com/eliben/pycparser/issues/147

    This patch removes the restriction so that Rally's
    requirements are back in line with the OpenStack upper
    constraint for pycparser.

    Change-Id: I66ef46ad4c1511f39817270f59c7c1511645f2eb
    Related-Bug: #1629830
    Related-Bug: #1629726