summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Uncap library requirements for libertyDoug Hellmann2015-04-161-2/+2
| | | | | Change-Id: Ia2b0c00c5b1da19f2f6995aae3c2e0226a3fa2dc Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
* Updated from global requirementsOpenStack Proposal Bot2015-03-311-3/+3
| | | | Change-Id: I5907d473b34799f9361ad2b611868ad22db3eaf6
* Upgrade hacking to 0.10Steve Martinelli2015-01-121-1/+1
| | | | | | Also resolve the only error that was produced. Change-Id: Ic81ab01aa0cddc15bb27419d7fec3e5a6d4ec0c7
* Updated from global requirementsOpenStack Proposal Bot2014-11-211-1/+1
| | | | Change-Id: I2ae7af05f2052d8a8878e6477c8746cfdd1b74fa
* Updated from global requirementsOpenStack Proposal Bot2014-11-181-1/+1
| | | | Change-Id: Ifd9110cf94dfd2f62e59939a7be1a88e919beb36
* Updated from global requirementsOpenStack Proposal Bot2014-11-081-2/+2
| | | | Change-Id: I778a0c00da51cdc52cd67d1b273d52e84d68992b
* Include support for using oslo debugger in testsSteve Martinelli2014-10-221-0/+1
| | | | | | | Simply run `tox -e debug <test_name>` to get an interactive debugging prompt Change-Id: I09e5b844a33c2f0fd4230f01fbc6c0aa8d752545
* Merge "Updated from global requirements"Jenkins2014-10-121-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2014-10-111-1/+1
| | | | | | | | Change-Id: I2ac5b9ac545c1bb6ec6279ecbe74e3301eb07a25
* | Add translation markers for user v2 actionsSteve Martinelli2014-10-091-2/+0
|/ | | | | | implements bp use_i18n Change-Id: I86508a232c9cf88695b7982dad0b9b02eaf8b3a1
* Test top-to-bottom: object-store containersDean Troyer2014-09-291-0/+1
| | | | | | | | | | Replicate the object-store container command tests but use requests_mock to test the entire stack down to the requests module. These will be useful regressions tests when the existing object-store lib modules are moved to the low-level API object. Change-Id: Ibf25be46156eb1009f1b66f02f2073d3913b846d
* Updated from global requirementsOpenStack Proposal Bot2014-09-191-1/+1
| | | | Change-Id: I744a629cf685760ad96d60654d081fc495024ea8
* Updated from global requirementsOpenStack Proposal Bot2014-09-111-0/+3
| | | | Change-Id: I9bfbb802c5ec9be048ccecda8286b33fdfc6ef8c
* Updated from global requirementsOpenStack Proposal Bot2014-08-221-1/+1
| | | | Change-Id: I067f2ff0c78547088500fa2831c1c5abb75864bc
* Use oslosphinx to generate documentationSteve Martinelli2014-08-051-0/+1
| | | | | | | Rather than host different and possibly out of date versions of static and theme files, use oslosphinx to generate the docs. Change-Id: I7eadc8e40aa10cc26cfd6aece6efa5d13fee70b0
* Updated from global requirementsOpenStack Proposal Bot2014-06-131-2/+2
| | | | Change-Id: I44f13a22528824a8b24ffb3b0e3075e870e5ee58
* Updated from global requirementsOpenStack Jenkins2014-02-231-3/+3
| | | | Change-Id: Icad0fcf4125b4aefac7ed8f0df5bef2c6ee64594
* Remove mox3 requirementDean Troyer2013-12-171-1/+0
| | | | | | | mox3 is only used got py3 testing when converting tests from mox, all OSC tests are new so we don't need it. Change-Id: I2fae539e99143f91048c95d1e46cfbd7b0e9bdb0
* Updated from global requirementsOpenStack Jenkins2013-12-101-1/+1
| | | | Change-Id: I065a67d560efca0907da9fcaa8d5ce4712dfa2c1
* Merge "Updated from global requirements"OpenStack Jenkins2013-11-081-1/+1
|\
| * Updated from global requirementsOpenStack Jenkins2013-11-051-1/+1
| | | | | | | | Change-Id: I421ab7a5b0c0224122cc747141956bc1282f2b07
* | Remove httpretty from test requirementsDean Troyer2013-11-071-1/+0
|/ | | | | | We don't use it... Change-Id: I41466da5153a8bdd0e4b4dd5774a9711bff3b7f5
* Updated from global requirementsOpenStack Jenkins2013-10-161-1/+1
| | | | Change-Id: I2a306dd8edc030d3f989e9947dec784f502b3953
* Update requirements.txt and test-requirements.txtDean Troyer2013-09-041-7/+8
| | | | Change-Id: I9c60d1d9097d35aa7c3d44168e370a9f30fd6621
* Sync with global requirementsMonty Taylor2013-08-031-6/+5
| | | | Change-Id: I1969b4d74363a8d77cbb5dac661874f3bea2e96c
* 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: Ic83dca8c17799335b76311d1d657adcd1dc94f01
* 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: I903213fda94a833335abaa7ad9a90bbb688ec15a Fixes: bug #1179008