Skip to content

Commit 01f3b1a

Browse files
authored
Pin rltest to the last version prior to redis-py 4. (#170)
This allows a longer-tail migration to the latest version as each repository is ready, without breaking individual projects.
1 parent 999f267 commit 01f3b1a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
redis>=3.0.0
2-
git+https://github.com/Grokzen/redis-py-cluster.git@master
3-
git+https://github.com/RedisLabsModules/RLTest.git@master
4-
git+https://github.com/RedisLabs/mbdirector.git@master
2+
rltest==0.4.2
3+
git+https://github.com/RedisLabs/mbdirector.git@master

0 commit comments

Comments
 (0)