Browse Source

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.
merge-requests/19/head
Deimos 6 years ago
parent
commit
68e2e0ea33
  1. 1
      tildes/tests/conftest.py

1
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',
]

Loading…
Cancel
Save