diff options
| author | Eric Windisch <eric@cloudscaling.com> | 2013-01-08 10:39:56 -0500 |
|---|---|---|
| committer | Eric Windisch <eric@cloudscaling.com> | 2013-01-19 22:47:19 -0500 |
| commit | 2f8d97b934520fc2bf2a21696cd6cb193ccc91ee (patch) | |
| tree | 528bc6218043ee9634f8c05800dcf7e5e3430c72 | |
| parent | 82e86045b50e5b66f5acdaf402f53db229c947eb (diff) | |
| download | oslo-2f8d97b934520fc2bf2a21696cd6cb193ccc91ee.tar.gz oslo-2f8d97b934520fc2bf2a21696cd6cb193ccc91ee.tar.xz oslo-2f8d97b934520fc2bf2a21696cd6cb193ccc91ee.zip | |
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
| -rw-r--r-- | tools/test-options | 1 | ||||
| -rw-r--r-- | tools/test-requires | 1 |
2 files changed, 1 insertions, 1 deletions
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 |
