diff options
| author | Matt Davis <matteius@gmail.com> | 2021-03-03 16:40:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 22:40:37 +0100 |
| commit | 753f4ec174916f9c4c38c52cbf73a49cf66bad29 (patch) | |
| tree | 4f8e67c361061a7b58705751cb6cc9ef3db79bd2 /requirements | |
| parent | bf35d206e7012c5bdb6c41d11e38abb8fb81b619 (diff) | |
| download | kombu-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.txt | 1 |
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 |
