From cbf27b1ec8745a1040038516bcadbb095570d934 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Mon, 27 Aug 2012 16:33:59 -0400 Subject: [PATCH] Add test-requires in RPM package list form This is to allow automated installation of dependences since functional tests are not going to be run with packages from pip. Change-Id: Ia9f74bc353bab79d7c78cb086210d8628d701387 Signed-off-by: Jeff Peeler --- tools/test-requires-rpm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/test-requires-rpm diff --git a/tools/test-requires-rpm b/tools/test-requires-rpm new file mode 100644 index 00000000..9bf50802 --- /dev/null +++ b/tools/test-requires-rpm @@ -0,0 +1,11 @@ +# this file lists dependencies required for the testing of heat (RPM version) +python-setuptools + +python-coverage +python-mox +python-nose +#nosexcover +#openstack.nose_plugin>=0.7 +python-pep8 +python-sphinx +python-paramiko -- 2.45.2