summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-05-23 07:30:43 +0000
committerGerrit Code Review <review@openstack.org>2013-05-23 07:30:43 +0000
commit7303b93e2361ec9f96db02ab7fcbb70c5b2765cd (patch)
treeb414a98a97b579828867bdf6298ec539b6bb2943 /doc/source
parent045efd331a22e454648fdeb2280df3abfca32fd9 (diff)
parent5740920bb392ec6e0bc5f2e3949a37b3bf8519d9 (diff)
Merge "Rename requires files to standard names."
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/devref/development.environment.rst2
-rw-r--r--doc/source/devref/unit_tests.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst
index 8c6e03323..79c368d3a 100644
--- a/doc/source/devref/development.environment.rst
+++ b/doc/source/devref/development.environment.rst
@@ -123,7 +123,7 @@ You can manually install the virtual environment instead of having
python tools/install_venv.py
This will install all of the Python packages listed in the
-``tools/pip-requires`` file into your virtualenv. There will also be some
+``requirements.txt`` file into your virtualenv. There will also be some
additional packages (pip, distribute, greenlet) that are installed
by the ``tools/install_venv.py`` file into the virutalenv.
diff --git a/doc/source/devref/unit_tests.rst b/doc/source/devref/unit_tests.rst
index 8033406f0..b6549bd00 100644
--- a/doc/source/devref/unit_tests.rst
+++ b/doc/source/devref/unit_tests.rst
@@ -100,7 +100,7 @@ If you wish to recreate the virtualenv, call ``run_tests.sh`` with the flag::
-f, --force
Recreating the virtualenv is useful if the package dependencies have changed
-since the virtualenv was last created. If the ``tools/pip-requires`` or
+since the virtualenv was last created. If the ``requirements.txt`` or
``tools/install_venv.py`` files have changed, it's a good idea to recreate the
virtualenv.