summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndy Smith <ansmith@redhat.com>2018-08-27 15:57:54 -0400
committerAndy Smith <ansmith@redhat.com>2018-08-28 16:00:50 -0400
commitf2fd8d437589d94443a137c7ca7a38d6b782d153 (patch)
tree7dc95d7ad17e2c19a5d5dabe207e866450e66a64 /test-requirements.txt
parentd9866029a2aab2c5f001100813c0425b4905fdf6 (diff)
downloadoslo-messaging-f2fd8d437589d94443a137c7ca7a38d6b782d153.tar.gz
Remove the deprecated ZeroMQ driver
Users of the oslo.messaging RPC communications service must use the rabbit ("rabbit://...") or AMQP 1.0 ("amqp://...") drivers. Change-Id: If3474142f1fe99d41d7b4466061ed0e23ca38549 Closes-Bug: 1789259
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 9cedd5b..22636cb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,13 +12,9 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
oslotest>=3.2.0 # Apache-2.0
pifpaf>=0.10.0 # Apache-2.0
-# for test_matchmaker_redis
-redis>=2.10.0 # MIT
-
-# for test_impl_zmq
-pyzmq>=14.3.1 # LGPL+BSD
# for test_impl_kafka
+tenacity>=4.4.0 # Apache-2.0
kafka-python>=1.3.1 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini: