summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Sync install_venv_common from osloMonty Taylor2013-07-051-26/+17
| | | | Change-Id: I74ab14534d80b33f5b9eb1b2200facf82b6d9504
* Fix install_venv.py requirements fileAngus Salkeld2013-05-231-2/+2
| | | | | | | I missed this in https://review.openstack.org/#/c/29876/ (but Gordon noticed) Change-Id: Ie00cae414ae44bbd258910a2628174487c9756e3
* Rename tools/pip-requires to requirements.txtAngus Salkeld2013-05-212-21/+0
| | | | | | | | (and tools/test-requires to test-requirements.txt). Requested by infra: bug 1179008 Change-Id: I7a6375622d095a9eda232ed82d167fc3a198ed06
* Migrate to flake8.Monty Taylor2013-05-181-2/+6
| | | | | | Fixes bug 1172444. Change-Id: Iba46d40a0e3ae0385ce51181f47295a2b520110d
* Use testr to run testsAngus Salkeld2013-05-101-7/+7
| | | | | | This is taken largely from python-novaclient and Heat Change-Id: I8f2eb9185ac073e9ee97bb9c757a4c3c2f8d6d6b
* Add install_venv_common from osloAngus Salkeld2013-05-083-9/+298
| | | | Change-Id: I8f6e07abd733b1eea6c2d3e397e8e34aef531e4f
* Sync requirements with openstack-common/requirementsDirk Mueller2013-05-022-6/+7
| | | | | | | | Allow prettytable 0.7.x specifically. Add testcase. Remove setuptools_git from test-requires, already part of setup_require Change-Id: If0d114cc6ec0f84ea75d798adb5ebc424605b22e
* Properly removing start and ending slashesyolanda.robla2013-03-081-1/+0
| | | | | | | Fixes: bug #1146690 Change-Id: I4258948f749128edeafb6ef3e64bda4ff35dbb58 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Remove warlock from pip-requires as it is not usedAngus Salkeld2013-03-071-1/+0
| | | | | Change-Id: I1f64a774d3888b6c4fc96b62ff282b8c2d636b74 Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
* Merge "Pin pep8 to 1.3.3"Jenkins2013-01-081-2/+2
|\
| * Pin pep8 to 1.3.3Chuck Short2013-01-071-2/+2
| | | | | | | | | | | | | | | | pep8 1.3.3 is pretty much standard across the openstack projects. Pin pep8 1.3.3 and fix associated warnings/errors. Change-Id: I7230857889d261320a0dab2c261c9f85dc0ee602 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* | Add missing dependenciesChuck Short2013-01-071-0/+2
|/ | | | | | | Add httplib2 to make tests build again. Change-Id: If581019cc7ecbe4fd7c97570c2984e215cedd43d Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Fix testsJulien Danjou2012-12-061-0/+1
| | | | | Change-Id: I8c6a1c4bc4dec052fbb5f2544f519253bc8be143 Signed-off-by: Julien Danjou <julien@danjou.info>
* Initial CommitAngus Salkeld2012-11-093-0/+25
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>