summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorMatt Davis <matteius@gmail.com>2021-03-03 16:40:37 -0500
committerGitHub <noreply@github.com>2021-03-03 22:40:37 +0100
commit753f4ec174916f9c4c38c52cbf73a49cf66bad29 (patch)
tree4f8e67c361061a7b58705751cb6cc9ef3db79bd2 /requirements
parentbf35d206e7012c5bdb6c41d11e38abb8fb81b619 (diff)
downloadkombu-753f4ec174916f9c4c38c52cbf73a49cf66bad29.tar.gz
Port of redis code improvements from prior revision (#1132)
* Port of redis code improvements from prior revision Add fakeredis requirement * refine variable naming based on PR feedback. * Remove python2 code style and remove unittest.Testcase from test_redis.py * Code refactor of redis.py and test_redis.py Co-authored-by: Matus Valo <matusvalo@gmail.com>
Diffstat (limited to 'requirements')
-rw-r--r--requirements/test.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/test.txt b/requirements/test.txt
index 4c6f990b..be1a407a 100644
--- a/requirements/test.txt
+++ b/requirements/test.txt
@@ -3,3 +3,4 @@ case>=1.5.2
pytest<=5.3.5
pytest-sugar
Pyro4
+fakeredis==1.1.0