Fix test cases not running under python 2.6
Test cases running depends on `discover' package, but in python 2.6, `discover' package is not there. So need to add `discover' in test-requirements.txt. Change-Id: I1129bc50c97861c9fca3894261ea1b831cd3f6cc Fixes: bug #1193349
This commit is contained in:
parent
026146ae4e
commit
1ad95945fa
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@ heat_cfntools.egg-info/
|
||||
.testrepository/
|
||||
subunit.log
|
||||
.tox
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
|
@ -5,5 +5,6 @@ flake8==2.0
|
||||
hacking>=0.5.3,<0.6
|
||||
|
||||
mox==0.5.3
|
||||
discover
|
||||
testrepository>=0.0.13
|
||||
testtools>=0.9.29
|
||||
|
Loading…
x
Reference in New Issue
Block a user