From 6720cf7ed0b031e9e37c0f268a5a485688fe66ec Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 25 Sep 2017 15:51:58 +0200 Subject: [PATCH] Move reno to optional docs requirements reno is not used for testing so it should not be in test-requirements.txt . Move it to the optional docs requirements. Change-Id: Idf09d2fe9632882a830311a1ab1fe28b72f1d5d9 --- setup.cfg | 1 + test-requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cc7d7f7..c9edb6f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = [extras] docs = openstackdocstheme>=1.17.0 # Apache-2.0 + reno>=2.5.0 # Apache-2.0 [global] setup-hooks = diff --git a/test-requirements.txt b/test-requirements.txt index 1d9f1d6..2118422 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,4 +6,3 @@ sphinx>=1.6.2 # BSD mock>=2.0.0 # BSD coverage!=4.4,>=4.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD -reno>=2.5.0 # Apache-2.0