From: iberezovskiy Date: Thu, 22 Dec 2016 11:15:00 +0000 (+0400) Subject: Pin reno version to reno>=0.1.1,!=2.0.0 X-Git-Tag: 10.2.0~10 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7d0c2e0dda4bcd51d2f2015c95441a72df929c07;p=puppet-modules%2Fpuppet-ceilometer.git Pin reno version to reno>=0.1.1,!=2.0.0 reno=2.0.0 breaks releasenotes test Change-Id: I784ca8fb667fa52c860555da02ff7b1c919d1fad Closes-Bug: #1651995 --- diff --git a/test-requirements.txt b/test-requirements.txt index bedd666..baa2346 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,5 @@ # this is required for the docs build jobs sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache-2.0 +# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 +reno>=0.1.1,!=2.0.0 # Apache-2.0