From cf78fa6c089b536fa01b49ba73b2b5efe5ae9904 Mon Sep 17 00:00:00 2001 From: iberezovskiy Date: Thu, 22 Dec 2016 15:34:18 +0400 Subject: [PATCH] Pin reno version to reno>=0.1.1,!=2.0.0 reno=2.0.0 breaks releasenotes test Change-Id: I484dc5a936950a00fb08a762f23670515b1b5494 Closes-Bug: #1651995 --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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