summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsOpenStack Proposal Bot2016-02-061-1/+1
| | | | Change-Id: I6687f2889fd22435a7b087ee6ae7b0494d8749bd
* Updated from global requirementsOpenStack Proposal Bot2015-08-141-1/+1
| | | | Change-Id: I910c89b8ef4210ed95f9213ae8441991d3b0a93a
* Updated from global requirementsOpenStack Proposal Bot2015-07-131-5/+5
| | | | Change-Id: I1e4d5d5fd2bec8095867fdfe7b3ac2e605c4178b
* Updated from global requirementsOpenStack Proposal Bot2015-04-161-1/+1
| | | | Change-Id: Ie45270d542141d541c3cffed0fe6b55d87771d13
* Updated from global requirementsOpenStack Proposal Bot2015-01-091-3/+3
| | | | Change-Id: Ifae019c18ea0ff32ed2c3cc11e8f2f3ea12ff1d4
* Updated from global requirementsOpenStack Proposal Bot2014-09-131-1/+4
| | | | Change-Id: I6dc3b647b806b863418d4894f9abe535b3d40ac2
* Update theme for docsSteve Martinelli2014-07-241-0/+1
| | | | | | | | The current developer docs theme used is out of sync with the other openstack projects. This patch will update the docs to provide a more consistent look and feel when using developer docs Change-Id: I4a59f194bd0fc8c86c6d3c6b8cadb839a5158935
* Updated from global requirementsOpenStack Proposal Bot2014-06-191-1/+1
| | | | Change-Id: I3f2a517c6a02285c804adcee95cb66f1f6502744
* Updated from global requirementsOpenStack Jenkins2014-03-051-2/+2
| | | | Change-Id: Ifb298bbb37a94e1d4f5e537b7f4eb086da4c95a9
* python3: Switch to mox3 instead of moxDirk Mueller2014-01-161-1/+1
| | | | | | | | In order to transition to a python 3.x compatible world, lets switch to mox3 which is python 3.x compatible drop-in replacement of mox. Change-Id: Id971475f0e92900689d6784ffc55ae5fe63d9fe4
* Updated from global requirementsOpenStack Jenkins2013-12-101-3/+3
| | | | Change-Id: Icb2526c2b9f300430b1a2b84189a0a3646bca627
* Updated from global requirementsMonty Taylor2013-08-101-10/+5
| | | | Change-Id: I2e2bd3a38458e1307bcc0410da74dc76c0a5987a
* Remove explicit distribute depend.Monty Taylor2013-06-111-2/+0
| | | | | | | Causes issues with the recent re-merge with setuptools. Advice from upstream is to stop doing explicit depends. Change-Id: I75916a4fe2f7cf2eb8db2187c03895438aa58efd
* Rename requires files to standard names.Zhenguo Niu2013-05-291-0/+16
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. Change-Id: Ic220b54de5ce7c15f442b8ffcb97cd03c2344f9a Fixes: bug #1179008