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 - 1 file changed, 1 deletion(-) delete mode 100644 tools/test-options (limited to 'tools/test-options') 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 -- cgit