Argparse is required for JJB to parse arguments

Move argparse requirement from tests to install requirements as it is
required when using JJB.

Change-Id: If503ebfe790c904f77ef45b59ea909a2577db5cd
This commit is contained in:
Darragh Bailey 2014-07-27 00:49:51 +01:00
parent ab434cc288
commit fd82f48a84
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
argparse
PyYAML
python-jenkins
pbr>=0.8.2,<1.0

View File

@ -1,4 +1,3 @@
argparse
hacking>=0.5.6,<0.8
coverage>=3.6
discover