summaryrefslogtreecommitdiffstats
path: root/tools/test-requires
Commit message (Collapse)AuthorAgeFilesLines
* Rename requires files to standard names.Carlos D. Garza2013-05-241-38/+0
| | | | | | | | | Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Fixes: bug #1179008 Change-Id: I1a19f0c73ab48987e2ff0dade1a57a68b65f0a22
* Migrate to flake8.Monty Taylor2013-05-131-2/+6
| | | | | | Closes bug 1172444 Change-Id: I4831946d01f05c2a10264745a07b53fa48be44c8
* Add pysqlite as explicit test depDolph Mathews2013-02-151-0/+3
| | | | Change-Id: I90d2d43ebeab5f3b638acd45af26272e2119bf50
* Update to requests>=1.0.0 for keystoneclient.Sascha Peilicke2013-01-251-1/+1
| | | | | | | | | | | The requests module dropped all configuration with the 1.0.0 release. There's no danger_mode and no 'verbose'' mode. The former shouldn't be necessary anymore and the latter can be done by setting a different log handler for the request.logging root logger. Related to https://review.openstack.org/#/c/20127/ Change-Id: Ide43a41b5481daede96e142d1a4f6519e33c21bf
* Cleanup keystoneclient testing requirementsDolph Mathews2013-01-091-6/+3
| | | | Change-Id: I9f3a3be700c3d27c600092ce339428a34d73c22e
* adds keyring to test-requiresKen Pepple2013-01-051-1/+4
| | | | | | bug 1096466 Change-Id: I3bc2837f1dd067863acc6e888869604261d88090
* add in pip requires for requestsAdam Young2012-12-201-0/+2
| | | | Change-Id: I0f5ac9a4008dc471cefea7a6ffe44d4c51950538
* Import auth_token middleware from keystoneclientHenry Nash2012-11-191-1/+0
| | | | | | | | | Although the master auth_token file is now in keystoneclient, it will take some time to get all the paste files to point to it there rather than here. Hence, we import it back here to provide backward compatibility for a release or so, after which we will remove it from the server. Change-Id: Iccdb7839a611cdda233e4ea96f68c64d6d82f49c
* Add nosehtmloutput as a test dependency.Clark Boylan2012-08-211-0/+1
| | | | | | | | Adding nosehtmloutput as a test dependency allows nose to output its results to an html file. This will be used by Jenkins to save logs on a different server. Change-Id: Ic19030cc4cc8fcf99ee9442de175f38ac6126776
* Use sdist tarball instead of zipball.Monty Taylor2012-07-051-1/+1
| | | | Change-Id: I6d334e21a727c2585053bef233079e276a5a4a21
* Merge "pep8 v1.3.3 compliance (bug 1019498)"Jenkins2012-07-031-1/+1
|\
| * pep8 v1.3.3 compliance (bug 1019498)Dolph Mathews2012-07-021-1/+1
| | | | | | | | Change-Id: I7254a363a80248ecb6c2889968bc43ed44cd4383
* | Merge "Set iso8601 module as default dependence."Jenkins2012-07-031-1/+0
|\ \
| * | Set iso8601 module as default dependence.Chmouel Boudjnah2012-07-031-1/+0
| |/ | | | | | | | | | | | | | | - The iso8601 module is needed by the openstack.common.common.timeutils module and not just for testing anymore. - Fixes bug 1020613. Change-Id: Iee535b961cc2ac9530e31f4ff4d8c64a1822643f
* | Merge "setting up babel for i18n work blueprint start-keystone-i18n"Jenkins2012-07-031-0/+3
|\ \
| * | setting up babel for i18n workJoe Heck2012-06-211-0/+3
| |/ | | | | | | | | | | blueprint start-keystone-i18n Change-Id: Ie18daada4b537b74a27aa1defe676698d9944468
* / Use PyPI for keystoneclient.Monty Taylor2012-07-021-1/+1
|/ | | | Change-Id: I12ad5d6a4ca25ccd6610ee6282c0e2fc58c57261
* Clean up test requires a bit.Monty Taylor2012-06-161-7/+4
| | | | | | | | The main culprit here was prettytable - but because of the way this was working, it was causing intermittent transient network issues from pypi in the devstack gates. Change-Id: I62117116c850361c5e2de7e6485c14ef43007c1d
* Nail prettytable test dependency at 0.5.0.Dan Prince2012-05-171-1/+1
| | | | | | | | | Prettytable 0.6.0 has a bad md5sum in PyPi and as such causes tests to fail when creating a new venv. Nail the version to 0.5.0. Fixes LP Bug #1000757. Change-Id: I121ba8d411e47c2fe154370d9c3c941e25331ce6
* Add distribute to test-requires.James E. Blair2012-04-171-0/+1
| | | | | | | | | | | | Currently glance (which is required for testing by keystone because there is no python-glanceclient yet) requires distribute>=0.6.24, but it can't be installed as a dependency of a dependency. Requiring it explicitly here should help. Also, this helps standardize the distribute requirement across all projects. Change-Id: I346c0fb7c2203b9889b39ae8df1f8c594bbe49ae
* Improve swift_auth test coverage + Minor fixesMaru Newby2012-03-231-0/+4
| | | | | | | | | | | * Isolates authorize() tests from wsgi tests * Adds coverage for authorize() * Adds support for a blank reseller_prefix * Adds swift_auth test dependencies to tools/test-requires * Cleans up authorize()'s use of tenant_id/tenant_name (addresses bug 963546) Change-Id: I603b89ab4fe8559b0f5d72528afd659ee0f0bce1
* Fix iso8601 import/use and date comparaison.Chmouel Boudjnah2012-03-121-0/+1
| | | | | | | | | | | | - Store the unix time from iso8601.parse_date to compare against time.time. - on a WSGI environement the import don't get passed to the methods from __init__ use a self. variable. - Fixes bug 951603. - Add unit tests. - Add iso8601 to test-requires. Change-Id: Ia8af8b203d1310d5ae6868c3a14dfdf68d6e5331
* renaming pip-requires-test to test-requiresJoe Heck2012-02-281-0/+24
* (per request from jeblair) * version of python-ldap match between test and requires * pinned to 2.3.13 to let tests work in macosx * separating dependencies between deps and test * removed python-keystoneclient from install_requires for now. (there is no python-keystoneclient in PyPI) Real solution coming. Change-Id: I89e50d6747fb57dee7badb17bc1231d3619e3ef7