diff options
| author | Lorin Hochstein <lorin@nimbisservices.com> | 2012-05-16 11:56:16 -0400 |
|---|---|---|
| committer | Lorin Hochstein <lorin@nimbisservices.com> | 2012-05-16 11:56:28 -0400 |
| commit | c4d00b179802b1768d801e559c7f942ae7b0b5ff (patch) | |
| tree | 29db174b8ffc26c3c1e1cf27218ed13479bdebd3 /tools | |
| parent | d6a27627464a36f86ce63a81c733132231064536 (diff) | |
| download | python-openstackclient-c4d00b179802b1768d801e559c7f942ae7b0b5ff.tar.gz | |
Moved test related packages to test-requires
Change-Id: Ib4a4394b279188aa969c504b52b19c26746a97e1
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 2 | ||||
| -rw-r--r-- | tools/test-requires | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 8d07fd36..5faba275 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,8 +1,6 @@ cliff argparse -coverage httplib2 -mock prettytable simplejson -e git://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient diff --git a/tools/test-requires b/tools/test-requires index d8b6afb6..ce094d9f 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,5 +1,7 @@ distribute>=0.6.24 +coverage +mock mox nose nose-exclude |
