]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Update virtual-env requires and documentation
authorJeff Peeler <jpeeler@redhat.com>
Tue, 24 Apr 2012 18:17:40 +0000 (14:17 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Tue, 24 Apr 2012 18:17:40 +0000 (14:17 -0400)
Document the necessitity to keep tools/*-requires up to date and add
missing dependency.

Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
heat/db/sqlalchemy/session.py
heat/tests/testing-overview.txt
tools/pip-requires
tools/test-requires

index 572271117da0eba08abba308b11899b63cc46c47..08806cfee5cb87f6e21a2a863df59997585a1792 100644 (file)
@@ -18,7 +18,6 @@ import sqlalchemy.interfaces
 import sqlalchemy.orm
 from sqlalchemy.exc import DisconnectionError
 
-import nova.exception
 from heat.openstack.common import cfg
 from heat.db import api as db_api
 
index 0c098180dcd4023b7d9ca200b008a30a8fdf3b15..e9b613006eb742c23b6bf9bdd8506202a3de9159 100644 (file)
@@ -99,6 +99,10 @@ include the tag attribute with at least these values: <test type>,
 either slow, normal, or fast. Following this convention allows for finer
 granular testing without having to find the specific tests to run.
 
+If new dependencies are introduced upon the development of a test, the
+tools/test-requires file needs to be updated so that the virtual
+environment will be able to successfully execute all tests.
+
 Running the tests
 -----------------
 
index 71542f24bc9d42ecda718148d8c2ec21d2c960a7..4e4802ec1d056a76de392a037d5ac22552e6d0b7 100644 (file)
@@ -1,3 +1,5 @@
+# this file lists all the dependencies needed for running heat
+
 # The greenlet package must be compiled with gcc and needs
 # the Python.h headers. Make sure you install the python-dev
 # package to get the right headers...
index bf05a9bf436476e0199d936076d1d05b74921428..1e9e174105f6f8ce4ef9d1b21a18a026da6aca2c 100644 (file)
@@ -1,4 +1,4 @@
-# Packages needed for dev testing
+# this file lists dependencies required for the testing of heat
 distribute>=0.6.24
 
 coverage
@@ -6,3 +6,4 @@ nose
 nosexcover
 openstack.nose_plugin
 pep8==0.6.1
+python-mox