From 2f8d97b934520fc2bf2a21696cd6cb193ccc91ee Mon Sep 17 00:00:00 2001 From: Eric Windisch Date: Tue, 8 Jan 2013 10:39:56 -0500 Subject: Enable ZeroMQ tests ZeroMQ tests were not enabled as the required library was not installed to the tox environment. This change will re-enable zeromq messaging tests for both local development and jenkins. Change-Id: Icffbffcb2b83c74f06075d93e1397c5c9b511a67 --- tools/test-options | 1 - tools/test-requires | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 tools/test-options (limited to 'tools') diff --git a/tools/test-options b/tools/test-options deleted file mode 100644 index 0179a55..0000000 --- a/tools/test-options +++ /dev/null @@ -1 +0,0 @@ -pyzmq>=2.1.11 diff --git a/tools/test-requires b/tools/test-requires index 986567c..2e349e1 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -11,6 +11,7 @@ openstack.nose_plugin nosehtmloutput pep8==1.3.3 pylint +pyzmq>=2.1.11 setuptools-git>=0.4 sphinx webtest -- cgit