summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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