From dbc2b46e6e0b89f8f094706dd6d9f64090580f1f Mon Sep 17 00:00:00 2001 From: Michael H Wilson Date: Thu, 15 May 2014 18:05:03 -0400 Subject: [PATCH] Add a reference to the nova developer documentation I've showed these docs to more people than I care to. It would be extremely helpful to reference them in HACKING, which is generally the first thing people read if they intend to hack. Change-Id: I9194d98f5525e29711b4a1b26414a50b8ceba525 --- HACKING.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HACKING.rst b/HACKING.rst index 4d6089d43e..54a93e52e5 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -55,6 +55,10 @@ testr arguments that are needed to tox. For example, you can run: ``tox -- --analyze-isolation`` to cause tox to tell testr to add --analyze-isolation to its argument list. +Python packages may also have dependencies that are outside of tox's ability +to install. Please refer to doc/source/devref/development.environment.rst for +a list of those packages on Ubuntu, Fedora and Mac OS X. + It is also possible to run the tests inside of a virtual environment you have created, or it is possible that you have all of the dependencies installed locally already. In this case, you can interact with the testr