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:
JUN JIE NAN 2013-06-27 17:55:52 +08:00
parent 026146ae4e
commit 1ad95945fa
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@ heat_cfntools.egg-info/
.testrepository/
subunit.log
.tox
AUTHORS
ChangeLog

View File

@ -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