Move Babel and argparse from test-requirements.txt

to requirements.txt, to avoid disk-image-create failed without
dependencies installed.

Change-Id: I110809d298593890b2b050d6da2dcbd036db1ff3
This commit is contained in:
JUN JIE NAN 2014-01-16 16:43:21 +08:00
parent f176a78486
commit 7fd212c019
3 changed files with 4 additions and 3 deletions

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Babel>=1.3
argparse

View File

@ -4,5 +4,3 @@ coverage>=3.6
discover
testrepository>=0.0.17
testtools>=0.9.32
Babel>=1.3
argparse

View File

@ -9,7 +9,8 @@ install_command = pip install -U {opts} {packages}
setenv = LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
deps= -r{toxinidir}/test-requirements.txt
deps= -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands=
python setup.py testr --slowest --testr-args='{posargs}'