Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Rename requires files to standard names.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
niuzhenguo committed Jun 4, 2013
1 parent 7e28050 commit 7074714
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -27,5 +27,5 @@ To run tests in virtualenvs (preferred):

To run tests in the current environment:

sudo pip install -r tools/pip-requires
sudo pip install -r requirements.txt
nosetests
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -9,8 +9,8 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
python tools/patch_tox_venv.py
nosetests --with-doctest --exclude-dir=tests/testmods {posargs}
Expand Down

0 comments on commit 7074714

Please sign in to comment.