From 68e2e0ea33b372bf5842520d76f9bc7a43eec041 Mon Sep 17 00:00:00 2001 From: Deimos Date: Wed, 25 Jul 2018 16:03:14 -0600 Subject: [PATCH] Tests: don't load Redis ReBloom module This module is only being used by the breached-passwords Redis server, which is separate. It's not relevant to any of the tests, so there's no reason to load it. --- tildes/tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tildes/tests/conftest.py b/tildes/tests/conftest.py index 18d7d00..d13b693 100644 --- a/tildes/tests/conftest.py +++ b/tildes/tests/conftest.py @@ -112,7 +112,6 @@ def overall_redis_session(): # list of redis modules that need to be loaded (would be much nicer to do # this automatically somehow, maybe reading from the real redis.conf?) redis_modules = [ - '/opt/rebloom/rebloom.so', '/opt/redis-cell/libredis_cell.so', ]