From 0d31f97837273551e365414fd97268e39423ca63 Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 20 Nov 2018 14:05:37 +0000 Subject: Move test requirements out of runtime requirements stestr is a test requirements for taskflow; drop from requirements.txt and add to test requirements target in setup.cfg. Change-Id: Id74eba0c02f482f96efb37b2975ada400794d88e --- requirements.txt | 3 --- setup.cfg | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 53fc393..80d7a9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,8 +48,5 @@ cachetools>=2.0.0 # MIT License # For deprecation of things debtcollector>=1.2.0 # Apache-2.0 -# For stestr -stestr>=2.0.0 # Apache-2.0 - # For pydot output tests pydot>=1.2.4 # MIT License diff --git a/setup.cfg b/setup.cfg index dd63094..35f8ad1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -82,6 +82,7 @@ test = testscenarios>=0.4 # Apache-2.0/BSD doc8>=0.6.0 # Apache-2.0 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD + stestr>=2.0.0 # Apache-2.0 [nosetests] cover-erase = true -- cgit v1.2.1