From 6a8e9a70e9489a8f17405adf64462899d6a4ca81 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Fri, 10 Jan 2014 19:44:39 -0500 Subject: Sync with OpenStack v1.11.0 Jan 10 2014 Updated tox.ini, functional tests, and proxy unit tests. BUG: https://bugs.launchpad.net/bugs/1268017 Change-Id: I5ff8359b8abdb8fe5ae82492c12f57c395992735 Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/6682 Reviewed-by: Thiago da Silva Tested-by: Thiago da Silva --- tools/requirements.txt | 8 ++++++++ tools/test-requires | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 tools/requirements.txt (limited to 'tools') diff --git a/tools/requirements.txt b/tools/requirements.txt new file mode 100644 index 0000000..1139866 --- /dev/null +++ b/tools/requirements.txt @@ -0,0 +1,8 @@ +dnspython>=1.9.4 +eventlet>=0.9.15 +greenlet>=0.3.1 +netifaces>=0.5 +pastedeploy>=1.3.3 +simplejson>=2.0.9 +xattr>=0.4 +python-swiftclient diff --git a/tools/test-requires b/tools/test-requires index 6bf711e..d2c027f 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -8,7 +8,7 @@ nose nosexcover openstack.nose_plugin nosehtmloutput -sphinx>=1.1.2 +sphinx>=1.1.2,<1.2 mock>=0.8.0 python-keystoneclient prettytable -- cgit