From ab786f74919f230ca4521f312c9463e7e7f1abc0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jul 2013 11:37:35 +0200 Subject: [PATCH] Move comments in front of dependencies Comments on a separate line can be preserved by a requirements/update.py run. Change-Id: Ie7c167eea59cf1293fbd4bf4b5e3e71864c080e3 --- test-requirements.txt | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0f772cb037..4ecd2c6282 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,22 +11,31 @@ pysqlite python-memcached # Optional backend: LDAP -python-ldap==2.3.13 # authenticate against an existing LDAP server +# authenticate against an existing LDAP server +python-ldap==2.3.13 # Testing -coverage # computes code coverage percentages -mox # mock object framework -nose # for test discovery and console feedback +# computes code coverage percentages +coverage +# mock object framework +mox +# for test discovery and console feedback +nose nosexcover openstack.nose_plugin nosehtmloutput -Sphinx>=1.1.2 # required to build documentation -unittest2 # backport of unittest lib in python 2.7 -webtest # test wsgi apps without starting an http server +# required to build documentation +Sphinx>=1.1.2 +# backport of unittest lib in python 2.7 +unittest2 +# test wsgi apps without starting an http server +webtest # for python-keystoneclient -httplib2 # keystoneclient <0.2.1 -requests>=1.0.0 # replaces httplib2 in keystoneclient >=0.2.1 +# keystoneclient <0.2.1 +httplib2 +# replaces httplib2 in keystoneclient >=0.2.1 +requests>=1.0.0 keyring # swift_auth test dependencies