summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Enable H304 hacking checkAnn Kamyshnikova2013-07-041-1/+1
| | | | | | | | | | | | The error was: 'import install_venv_common as install_venv' is a relative import To fix it __init__.py was created and import string was fixed. Requirements for hacking changed to >=0.5.6 Change-Id: I71aa7c7cb268c26aa00828306138a84b30289cb9
* Replace nosetests with testr in tox.ini.Victor Sergeyev2013-06-181-6/+2
| | | | | | | | | | | | | Config tox.ini updated to run testr instead of nosetests. File test-requirements.txt modified respectively. Config .testr.conf added. Testr allows for more flexible testing, more consistent use of the unittest protocol and, most importantly, faster testing via parallelism. Part of blueprint run-tests-script. Change-Id: Iba847d430a18458a1a68e6ef07541d29c0c01c64
* Remove explicit distribute depend.Monty Taylor2013-06-111-3/+0
| | | | | | | Causes issues with the recent re-merge with setuptools. Advice from upstream is to stop doing explicit depends. Change-Id: Ic98d17bf6e5576590c3fcbd7957da0bef28b9851
* Rename requires files to standard names.Zhenguo Niu2013-06-041-0/+24
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. Fixes: bug #1179008 Change-Id: I033876ec304fea97c66365c16bcf0cccaa1d810e