summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Pin sphinx to <1.2Chang Bo Guo2013-12-101-1/+1
| | | | | | | | | | There is a bug in sphinx 1.2 that breaks doc builds. See requirements commit 0e8862e958813a031fe7398440e8a3866b42a8e4 for details. Related-Bug: 1259511 Change-Id: I4a13685c4efe6ea80ef69e879bb2adc104fa564f
* Avoid using 'which' executable for finding gitDavanum Srinivas2013-11-071-0/+1
| | | | | | | Just use 'git --version' to check if the git executable is present Change-Id: Ib5c11060fa7d9b7d9741dd88fc3430237f0bc1a0 Closes-Bug: #1248447
* Sync requirements with global requirementsMonty Taylor2013-08-081-5/+5
| | | | Change-Id: Id8ffb22f4ecb05b9f8494be70d4587453a334efb
* Move testrepository to test-requirements.txt.Dan Prince2013-06-181-0/+1
| | | | | | Fixes LP Bug #1192272. Change-Id: I42c3e89bab6539b949a27bcaf07c6579081624af
* Make python setup.py test do the right thing.Monty Taylor2013-06-171-1/+0
| | | | | | | As a step towards a common interface to running tests even when we're not in the virtualenv - make python setup.py test actually be useful. Change-Id: I8e4bc9bb78be37b4d13f8d6c2edfe2d67554ad78
* More python3 compatibility.Clark Boylan2013-06-031-2/+0
| | | | | | | | | | | | | | | | | | | | * pbr/packaging.py: Properly convert bytes into unicode strings and back to bytes again. Replace os.path.walk() with os.walk(). * pbr/tests/__init__.py: Remove use of mox. * pbr/tests/moxstubout.py: Remove use of mox. * pbr/tests/test_setup.py: Use bytestrings instead of str or unicode when performing IO. * pbr/tests/test_version.py: Remove use of oslo.config. * requirements.txt: Pin jinja2 to version compatible with python3.2. * test-requirements.txt: Remove oslo.config and mox. Change-Id: I9b5a32d7204fa2af56ecf4fdcf6b6da3bbb03200
* Add more iterations to BuildDoc coverage.Monty Taylor2013-04-061-0/+2
| | | | | | | | | | | | Using testscenarios, construct more combinations of test options for the autodoc_index_module option. Change-Id: I96b2816be2c652478b37c03cb5755a83dfeb0894 Reviewed-on: https://review.openstack.org/25825 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
* Fix authors generation from co-authored-by.Monty Taylor2013-03-241-0/+1
| | | | | | It turns out that the reasons we add tests is to run them. Change-Id: I6212e799c1f11ffb4e9d8b15600edc4b4d885d3e
* Added version code.Monty Taylor2013-03-191-0/+1
| | | | Change-Id: I7e7da2eb238dd6b80b778acec5a23945473f7a74
* Rename back to PBR.Monty Taylor2013-03-171-2/+1
| | | | Change-Id: I13ee7fab7858231b0fa17f9116176a09184e8b0e
* Move sphinx to test-reuqirements.Monty Taylor2013-03-121-0/+1
| | | | Change-Id: I15ffeec34cdf9be24ffade5701b8e723aaaa171c
* Split out oslo.packaging.Monty Taylor2013-03-101-0/+8
Include logic taken from d2to1 to allow us to inject into setup.py. Combined with ols openstack/common/setup.py code. Change-Id: I27b341403bb8245e38f8e3c386f1a835b90b1843