From 17960381808981c1c981470b2085666445427b43 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: I0aecf2014960b8d444f79e513c26b13e799cef77 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