Merge "Move test requirements out of runtime requirements"
This commit is contained in:
commit
f89265e460
@ -48,8 +48,5 @@ cachetools>=2.0.0 # MIT License
|
|||||||
# For deprecation of things
|
# For deprecation of things
|
||||||
debtcollector>=1.2.0 # Apache-2.0
|
debtcollector>=1.2.0 # Apache-2.0
|
||||||
|
|
||||||
# For stestr
|
|
||||||
stestr>=2.0.0 # Apache-2.0
|
|
||||||
|
|
||||||
# For pydot output tests
|
# For pydot output tests
|
||||||
pydot>=1.2.4 # MIT License
|
pydot>=1.2.4 # MIT License
|
||||||
|
@ -82,6 +82,7 @@ test =
|
|||||||
testscenarios>=0.4 # Apache-2.0/BSD
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
doc8>=0.6.0 # Apache-2.0
|
doc8>=0.6.0 # Apache-2.0
|
||||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
||||||
|
stestr>=2.0.0 # Apache-2.0
|
||||||
|
|
||||||
[nosetests]
|
[nosetests]
|
||||||
cover-erase = true
|
cover-erase = true
|
||||||
|
Loading…
Reference in New Issue
Block a user