summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-12-19 10:57:02 +0000
committerGerrit Code Review <review@openstack.org>2018-12-19 10:57:02 +0000
commitf89265e4606739ff366be3ca9ba818a28404a7ab (patch)
tree55c280bf03a9914adbcf02d7f4fd4ecc8d626333
parent22aa616503096402c9dc04d7e1d7416f9a7b5148 (diff)
parent0d31f97837273551e365414fd97268e39423ca63 (diff)
downloadtaskflow-f89265e4606739ff366be3ca9ba818a28404a7ab.tar.gz
Merge "Move test requirements out of runtime requirements"3.4.0
-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 b5c2d5c..e6ac56f 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