File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 redis-image : " redis/redis-stack-server:7.2.0-v0"
6565 redis-py : " 5.0.0"
6666 lupa : true
67- json : true
67+ extra : true
6868 coverage : true
6969 hypothesis : true
7070
@@ -99,11 +99,11 @@ jobs:
9999 - name : Install lupa
100100 if : ${{ matrix.lupa }}
101101 run : |
102- poetry run pip install fakeredis[lua]
102+ poetry run pip install " fakeredis[lua]"
103103 - name : Install json
104- if : ${{ matrix.json }}
104+ if : ${{ matrix.extra }}
105105 run : |
106- poetry run pip install fakeredis[json]
106+ poetry run pip install " fakeredis[json,bf]"
107107 - name : Get version
108108 id : getVersion
109109 shell : bash
Original file line number Diff line number Diff line change 33
44from fakeredis import _msgs as msgs
55
6+ json_tests = pytest .importorskip ("pybloom_live" )
7+
68
79def test_bf_add (r : redis .Redis ):
810 assert r .bf ().add ('key' , 'value' ) == 1
You can’t perform that action at this time.
0 commit comments