summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Page <james.page@ubuntu.com>2018-11-20 14:05:37 +0000
committerJames Page <james.page@ubuntu.com>2018-12-17 09:46:57 +0000
commit0d31f97837273551e365414fd97268e39423ca63 (patch)
treea64fe95a84f5e60b0c37316c5268c2c132891e48
parent6ea991ce94f5be46b7e4726b4c4f014e10407786 (diff)
downloadtaskflow-0d31f97837273551e365414fd97268e39423ca63.tar.gz
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
-rw-r--r--requirements.txt3
-rw-r--r--setup.cfg1
2 files changed, 1 insertions, 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