summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated from global requirementsOpenStack Proposal Bot2016-01-161-11/+11
| | | | Change-Id: I19053c6e0050385c9f21ca1a8884ec3d3007eafa
* Updated from global requirementsOpenStack Proposal Bot2016-01-131-1/+1
| | | | Change-Id: I10b4b09d3c0d41564ec2edd2435e8d1ef97e6b58
* Updated from global requirementsOpenStack Proposal Bot2016-01-071-1/+1
| | | | Change-Id: I4bc51ae8c8c387aa2bcbe517c07625aeab1dc052
* Updated from global requirementsOpenStack Proposal Bot2015-12-211-1/+1
| | | | Change-Id: I0f8f4f828bfff936e36e65defad099c600b119e0
* Updated from global requirementsOpenStack Proposal Bot2015-12-061-1/+1
| | | | Change-Id: I506809a71c95694252be7c088b3a537b73b851a8
* Merge "Add ordereddict requirement for py26 tests"Jenkins2015-12-011-0/+1
|\
| * Add ordereddict requirement for py26 testsStuart McLaren2015-11-271-0/+1
| | | | | | | | | | | | | | | | Tests which required OrderedDict were failing because Python 2.6 doesn't have a native OrderedDict implementation. Change-Id: Id3b0a9126279bf628022dba596d58b9e3ddb2b52 Closes-bug: 1520544
* | Updated from global requirementsOpenStack Proposal Bot2015-12-011-1/+1
|/ | | | Change-Id: Ie9846e7e22c8fbcadea16ebc5e1c632d4f45786d
* Updated from global requirementsOpenStack Proposal Bot2015-11-191-1/+1
| | | | Change-Id: Ib423d76792b0d72853972fc7b769003b76ae989e
* Updated from global requirementsOpenStack Proposal Bot2015-10-211-1/+1
| | | | Change-Id: Ie73fb93994a5f83e3b2f035aa9bc10125fce7a9d
* Use clouds.yaml from devstack for functional testsMonty Taylor2015-10-211-0/+1
| | | | | | | | | devstack produces a file called clouds.yaml already with credentials in it. Rather than producing our own config file to run functional tests, just consume the clouds.yaml file that's already there. Closes-Bug: #1507386 Change-Id: I82c071b2cd903b9578d1f2ec515882c815812692
* Updated from global requirementsOpenStack Proposal Bot2015-10-131-1/+1
| | | | Change-Id: Ieb2ffb702354dfb31c45fbc6c28b9e48dc479d60
* Updated from global requirementsOpenStack Proposal Bot2015-10-091-1/+1
| | | | Change-Id: I99290470cc6ddc1079b7d72a24558ba352631203
* Updated from global requirementsOpenStack Proposal Bot2015-09-291-1/+1
| | | | Change-Id: Ib81815a6f0d5a07e28d832f199fd993dd7dd6759
* Updated from global requirementsOpenStack Proposal Bot2015-08-101-3/+2
| | | | Change-Id: I47c54849f6687927ac1eb25081907438c7ea2b56
* Enable flake8 checksDarja Shakhray2015-07-211-1/+1
| | | | | | | | | | | | This commit enables new flake8 checks: * E265 block comment should start with '# ' * H405 multi line docstring summary not separated with an empty line * E123 closing bracket does not match indentation of opening bracket's line * H238 old style class declaration, use new style (inherit from `object`) * E128 continuation line under-indented for visual indent and makes related changes in the code. Change-Id: Ie993afc930f6b74d7a990bcaa9fc0e9f5ba1585c
* Remove usage of assert_called_once on Mock objectsrico.lin2015-07-101-1/+2
| | | | | | | | | mock 1.1.0 was released on 10 July 2015 which prevents users from using non-existent assertion methods. This broke the test in the diff. Co-Authored-By: Ian Cordasco <graffatcolmingov@gmail.com> Closes-Bug: #1473454 Change-Id: I162b76bbd7d96c96787a8dd8f9642ca1c80c596a
* Updated from global requirementsOpenStack Proposal Bot2015-06-301-2/+2
| | | | Change-Id: I61ff841e2224fbd127e695bb11ca884f541f76a8
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-5/+5
| | | | Change-Id: I19b9915bedacec60fc584a7437a9b46a80a26bdc
* Make glanceclient accept a session objectJamie Lennox2015-06-111-0/+1
| | | | | | | | | | | To make this work we create a different HTTPClient that extends the basic keystoneclient Adapter. The Adapter is a standard set of parameters that all clients should know how to use like region_name and user_agent. We extend this with the glance specific response manipulation like loading and sending iterables. Implements: bp session-objects Change-Id: Ie8eb4bbf7d1a037099a6d4b272cab70525fbfc85
* Updated from global requirementsLouis Taylor2015-06-051-2/+2
| | | | | | | | | | Also update hacking to hacking>=0.10.0,<0.11 to get around breakage with pbr dependency. Change-Id: Ic5e2d8df6993397ee4d1b087d96cc6667bd72acc
* Create functional test baseStuart McLaren2015-04-181-0/+1
| | | | | | | | | | | | This will allow adding 'check-glanceclient-dsvm-functional' tests in the gate, similar to: * check-novaclient-dsvm-functional * check-keystoneclient-dsvm-functional * check-neutronclient-dsvm-functional * etc Change-Id: Id970db52695db7dc53206aa05fe573995b57aa78
* Uncap library requirements for libertyDoug Hellmann2015-04-161-2/+2
| | | | | Change-Id: I5760af63dba65fadb21065d822e1f9c1865c328a Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
* Replace mox in tests with requests-mockJamie Lennox2015-03-281-1/+2
| | | | | | | | requests-mock is a tool specifically designed for mocking responses from the requests library. Use that instead of handling mox and mock ourselves. Change-Id: Ifd855b8d6c1b401e29ac210593c48d2da87a571b
* 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